xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-19 09:14:13 to 2012-12-20 14:52:32 UTC [more...]

[PATCH v3 00/10] Nested VMX: Add virtual EPT & VPID support to L1 VMM
 2012-12-20 15:43 UTC  (17+ messages)
` [PATCH v3 01/10] nestedhap: Change hostcr3 and p2m->cr3 to meaningful words
` [PATCH v3 03/10] nested_ept: Implement guest ept's walker
` [PATCH v3 04/10] EPT: Make ept data structure or operations neutral
` [PATCH v3 06/10] nEPT: Sync PDPTR fields if L2 guest in PAE paging mode
` [PATCH v3 07/10] nEPT: Use minimal permission for nested p2m
` [PATCH v3 08/10] nEPT: handle invept instruction from L1 VMM
` [PATCH v3 09/10] nVMX: virutalize VPID capability to nested VMM

[PATCH 00 of 10 v2] NUMA aware credit scheduling
 2012-12-20 14:52 UTC  (27+ messages)
` [PATCH 01 of 10 v2] xen, libxc: rename xenctl_cpumap to xenctl_bitmap
` [PATCH 02 of 10 v2] xen, libxc: introduce node maps and masks
` [PATCH 03 of 10 v2] xen: sched_credit: let the scheduler know about node-affinity
` [PATCH 04 of 10 v2] xen: allow for explicitly specifying node-affinity
` [PATCH 05 of 10 v2] libxc: "
` [PATCH 06 of 10 v2] libxl: "
` [PATCH 07 of 10 v2] libxl: optimize the calculation of how many VCPUs can run on a candidate
` [PATCH 08 of 10 v2] libxl: automatic placement deals with node-affinity
` [PATCH 09 of 10 v2] xl: add node-affinity to the output of `xl list`
` [PATCH 10 of 10 v2] docs: rearrange and update NUMA placement documentation

kernel log flooded with: xen_balloon: reserve_additional_memory: add_memory() failed: -17
 2012-12-20 14:50 UTC  (3+ messages)

[PATCH] xen/netfront: improve truesize tracking
 2012-12-20 14:23 UTC  (7+ messages)
          ` [Xen-devel] "

[PATCH] hvmloader / qemu-xen: Getting rid of resource conflict for OpRegion
 2012-12-20 14:19 UTC  (6+ messages)

System freeze with IGD passthrough
 2012-12-20 13:52 UTC  (5+ messages)

[PATCH] libxc: Add xc_domain_hvm_get_mtrr_type() call
 2012-12-20 13:40 UTC  (22+ messages)

[PATCH v2 4/6] ARM: psci: add support for PSCI invocations from the kernel
 2012-12-20 13:25 UTC  (5+ messages)
    ` [PATCH v2 5/6] ARM: Dummy Virtual Machine platform support

[PATCH v2] qemu-xen:Correctly expose PCH ISA bridge for IGD passthrough
 2012-12-20 13:13 UTC  (2+ messages)

[PATCH V2] mem_event: Add support for MEM_EVENT_REASON_MSR
 2012-12-20 12:55 UTC 

Update Seabios on xen-unstable
 2012-12-20 12:34 UTC 

!!!!!who could explain the two code notes existing in ioemu-qemu-xen codes (I'm dying!!!HELP!)
 2012-12-20 11:59 UTC 

[PATCH 0/5] xen: arm: fix guest register access bug
 2012-12-20 11:54 UTC  (14+ messages)
` [PATCH 1/5] xen: arm: fix long lines in entry.S
` [PATCH 3/5] xen: arm: head.S PT_DEV is unused, drop and rename PT_DEV_L3

[PATCH V2] xen: arm: fix guest register access
 2012-12-20 11:53 UTC  (3+ messages)

[PVH]: Help: msi.c
 2012-12-20 11:49 UTC  (14+ messages)

[PATCH] mem_event: Add support for MEM_EVENT_REASON_MSR
 2012-12-20 11:41 UTC  (2+ messages)

[PATCH V5] xen/privcmd.c: improve performance of MMAPBATCH_V2
 2012-12-20 11:32 UTC  (5+ messages)

Xen 4.3 development update, 19 Nov
 2012-12-20 11:28 UTC  (2+ messages)

[xen-4.1-testing test] 14793: tolerable FAIL - PUSHED
 2012-12-20 11:25 UTC 

[xen-unstable test] 14792: regressions - FAIL
 2012-12-20 10:57 UTC  (2+ messages)

[PATCH] xen-blkback: do not leak mode property
 2012-12-20 10:31 UTC 

[PATCH RFC V2] xen/netback: Count ring slots properly when larger MTU sizes are used
 2012-12-20 10:05 UTC  (12+ messages)

[PATCH] xen/grant-table: correctly initialize grant table version 1
 2012-12-20 10:01 UTC  (3+ messages)

!!!!!two pressing questions in the xen code notes(I'm dying!!!HELP!)
 2012-12-20  9:57 UTC 

multi-core VMM
 2012-12-20  9:08 UTC  (2+ messages)

[PATCH] xen/swiotlb: Exchange to contiguous memory for map_sg hook
 2012-12-20  8:56 UTC  (3+ messages)

[xen-4.2-testing test] 14791: tolerable FAIL - PUSHED
 2012-12-20  4:29 UTC 

[PATCH v2 00/10] Nested VMX: Add virtual EPT & VPID support to L1 VMM
 2012-12-20  2:39 UTC  (16+ messages)
` [PATCH v2 01/10] nestedhap: Change hostcr3 and p2m->cr3 to meaningful words
` [PATCH v2 02/10] nestedhap: Change nested p2m's walker to vendor-specific
` [PATCH v2 03/10] nested_ept: Implement guest ept's walker
` [PATCH v2 04/10] EPT: Make ept data structure or operations neutral
` [PATCH v2 05/10] nEPT: Try to enable EPT paging for L2 guest
` [PATCH v2 06/10] nEPT: Sync PDPTR fields if L2 guest in PAE paging mode
` [PATCH v2 07/10] nEPT: Use minimal permission for nested p2m
` [PATCH v2 08/10] nEPT: handle invept instruction from L1 VMM
` [PATCH v2 09/10] nVMX: virutalize VPID capability to nested VMM
` [PATCH v2 10/10] nEPT: expost EPT & VPID capablities to L1 VMM

[xen-4.1-testing test] 14790: regressions - FAIL
 2012-12-20  1:12 UTC 

Getting into shape for GSOC 2013
 2012-12-19 23:31 UTC  (2+ messages)

Problem with growing up dom0 memory
 2012-12-19 22:01 UTC  (4+ messages)

Xen + DVB = not working. memory allocation issue?
 2012-12-19 21:59 UTC  (5+ messages)

[linux-3.0 test] 14789: tolerable FAIL - PUSHED
 2012-12-19 20:46 UTC 

pvops microcode support for AMD FAM >= 15
 2012-12-19 20:28 UTC  (3+ messages)

[PATCH] xen/blkback: prevent repeated backend_changed invocations
 2012-12-19 20:14 UTC 

[GIT PULL] Bug-fixes to xen-blkfront for v3.8
 2012-12-19 19:37 UTC  (2+ messages)

HVM bug: system crashes after offline online a vcpu
 2012-12-19 19:24 UTC  (7+ messages)

[PATCH] xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove BLKIF_OP_WRITE_BARRIER
 2012-12-19 18:46 UTC  (9+ messages)
  ` [Xen-devel] "

Sound not working properly on Xen Dom0, but works on native
 2012-12-19 18:32 UTC  (7+ messages)

[xen-unstable test] 14785: tolerable FAIL - PUSHED
 2012-12-19 16:49 UTC 

!!!!!help!I wouldn't be able to meet the deadline!(qcow format image file read operation in qemu-img-xen)[updated]
 2012-12-19 16:23 UTC  (2+ messages)

[PATCH 00/15] xen: arm: remove dummy.S
 2012-12-19 16:05 UTC  (10+ messages)
` [PATCH 15/15] xen: arm: remove now empty dummy.S

[PATCH 05/15] xen: remove nr_irqs_gsi from generic code
 2012-12-19 16:05 UTC  (5+ messages)
` [PATCH] "

ARM fixes for my improved privcmd patch
 2012-12-19 15:59 UTC  (10+ messages)

Test report for xen-unstable and qemu-xen
 2012-12-19 15:35 UTC 

!!!!!help!I wouldn't be able to meet the deadline!(qcow format image file read operation in qemu-img-xen)[updated]
 2012-12-19 15:32 UTC  (2+ messages)

[PATCH qom-cpu 6/7] xen: Simplify halting of first CPU
 2012-12-19 15:31 UTC 

Xen 4.2 and PCI hotplug
 2012-12-19 15:08 UTC  (6+ messages)

[PATCH 01 of 15] libxl: move definition of libxl_domain_config into the IDL
 2012-12-19 14:34 UTC  (3+ messages)
    ` [PATCH 02 of 15] libxl: Add LIBXL_SHUTDOWN_REASON_UNKNOWN

[PATCH v3 0/8] xen: ARM HDLCD video driver
 2012-12-19 14:06 UTC  (13+ messages)
` [PATCH v3 1/8] xen/arm: introduce early_ioremap
` [PATCH v3 4/8] xen/vesa: use the new fb_* functions
` [PATCH v3 5/8] xen/arm: preserve DTB mappings
` [PATCH v3 6/8] xen/device_tree: introduce find_compatible_node
` [PATCH v3 7/8] xen/arm: introduce vexpress_syscfg
` [PATCH v3 8/8] xen/arm: introduce a driver for the ARM HDLCD controller

[PATCH] xen: arm: introduce arm32 as a subarch of arm
 2012-12-19 14:06 UTC  (6+ messages)

[PATCH 00/09 V4] arm: support for initial modules (e.g. dom0) and DTB supplied in RAM
 2012-12-19 14:04 UTC  (4+ messages)
` [PATCH 1/9] xen: arm: mark early_panic as a noreturn function

[PATCH] xen: arm: Call init_xen_time earlier
 2012-12-19 14:03 UTC  (3+ messages)

[PATCH] xen/arm: do not map vGIC twice for dom0
 2012-12-19 14:02 UTC  (2+ messages)

[PATCH] tools/tests: Restrict some tests to x86 only
 2012-12-19 13:59 UTC 

Proposed XENMEM_claim_pages hypercall: Analysis of problem and alternate solutions
 2012-12-19 13:48 UTC  (4+ messages)

[PATCH] x86: also print CRn register values upon double fault
 2012-12-19 13:22 UTC  (2+ messages)

[xen-4.1-testing test] 14783: tolerable FAIL - PUSHED
 2012-12-19 13:06 UTC 

[PATCH] Correctly expose PCH ISA bridge for IGD passthrough (was PCI-PCI bridge)
 2012-12-19 12:50 UTC  (3+ messages)

Error in installing xen-4.2 on Debian
 2012-12-19 12:04 UTC  (2+ messages)

[Pkg-xen-devel] Bug#695056: xen - Missing support for XZ compressed bzimage kernels
 2012-12-19 11:56 UTC  (5+ messages)

[PATCH] xen/arm: flush dcache after memcpy'ing the kernel image
 2012-12-19 10:35 UTC  (4+ messages)

!!!!!help!I wouldn't be able to meet the deadline!(about read operation in qemu-img-xen)
 2012-12-19 10:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).