messages from 2012-06-24 19:01:37 to 2012-06-26 17:55:10 UTC [more...]
[PATCH v5 00/21] libxl: domain save/restore: run in a separate process
2012-06-26 17:55 UTC (14+ messages)
` [PATCH 01/21] libxc: xc_domain_restore, make toolstack_restore const-correct
` [PATCH 02/21] libxc: Do not segfault if (e.g.) switch_qemu_logdirty fails
` [PATCH 03/21] libxl: domain save: rename variables etc
` [PATCH 04/21] libxl: domain restore: reshuffle, preparing for ao
` [PATCH 05/21] libxl: domain save: API changes for asynchrony
` [PATCH 06/21] libxl: domain save/restore: run in a separate process
` [PATCH 07/21] libxl: rename libxl_dom:save_helper to physmap_path
` [PATCH 08/21] libxl: provide libxl__xs_*_checked and libxl__xs_transaction_*
` [PATCH 09/21] libxl: wait for qemu to acknowledge logdirty command
` [PATCH 10/21] libxl: datacopier: provide "prefix data" facility
` [PATCH 11/21] libxl: prepare for asynchronous writing of qemu save file
` [PATCH 12/21] libxl: Make libxl__domain_save_device_model asynchronous
` [PATCH 13/21] libxl: Add a gc to libxl_get_cpu_topology
[PATCH 0/5] xen/arm: multiple guests support in the GIC and VGIC
2012-06-26 17:53 UTC (15+ messages)
` [PATCH 1/5] arm/vtimer: do not let the guest interact with the physical timer
` [PATCH 2/5] arm/gic: fix gic context switch
` [PATCH 3/5] xen/gic: support injecting IRQs even to VCPUs not currently running
` [PATCH 4/5] xen/vgic: vgic: support irq enable/disable
` [PATCH 5/5] xen/vgic: initialize pending_irqs.lr_queue
[PATCH 00 of 10 v2] Automatic NUMA placement for xl
2012-06-26 17:23 UTC (17+ messages)
` [PATCH 01 of 10 v2] libxl: fix a typo in the GCREALLOC_ARRAY macro
` [PATCH 08 of 10 v2] libxl: enable automatic placement of guests on NUMA nodes
[PATCH 0/5] xen/arm: dom1 PV console up and running
2012-06-26 17:23 UTC (12+ messages)
` [PATCH 1/5] xen/arm: implement do_hvm_op for ARM
` [PATCH 2/5] xen/arm: gic and vgic fixes
` [PATCH 3/5] xen/arm: disable the event optimization in the gic
` [PATCH 4/5] libxc/arm: allocate xenstore and console pages
` [PATCH 5/5] xcbuild: add console and xenstore support
[PATCH v6 00/13] execute hotplug scripts from libxl
2012-06-26 17:22 UTC (24+ messages)
` [PATCH v6 05/13] libxl: convert libxl__device_disk_local_attach to an async op
` [PATCH v6 06/13] libxl: convert libxl_device_disk_add "
` [PATCH v6 07/13] libxl: convert libxl_device_nic_add to an async operation
` [PATCH v6 10/13] libxl: set nic type to VIF by default
` [PATCH v6 13/13] libxl: call hotplug scripts for nic devices from libxl
` [PATCH v5 01/10] execute hotplug scripts "
` [PATCH v5 09/10] libxl: call hotplug scripts for nic devices "
` [PATCH v5 09/10] libxl: call hotplug scripts for nic devices from libxl [and 1 more messages]
[PATCH v2] libxl: document the memory ownership of some functions
2012-06-26 17:21 UTC (3+ messages)
[PATCH v3 00/18] libxl: domain save/restore: run in a separate process
2012-06-26 17:06 UTC (12+ messages)
` [PATCH 05/21] libxl: domain save: API changes for asynchrony
` [PATCH 06/21] libxl: domain save/restore: run in a separate process
` [PATCH 21/21] libxl: DO NOT APPLY enforce prohibition on internal
[PATCH 1/2] libxl: set stdvga=1 by default when creating a hvm guest
2012-06-26 16:59 UTC (3+ messages)
[PATCH 00 of 11] Automatic NUMA placement for xl
2012-06-26 16:58 UTC (5+ messages)
` [PATCH 05 of 11] libxl: add a new Array type to the IDL
[PATCH 0/3] Minor fixes to the build system for NetBSD
2012-06-26 16:32 UTC (5+ messages)
` [PATCH 3/3] autoconf: correctly parse *_INCLUDES and *_LIB env vars
Unable to make xen tools from xen-unstable 4.2
2012-06-26 16:30 UTC (3+ messages)
[PATCH] docs/xen-headers: allow headers to be symlinks
2012-06-26 16:28 UTC (2+ messages)
fpu_taskswitch adjustment proposal
2012-06-26 16:25 UTC (3+ messages)
[PATCH] tools: use --docdir option from configure
2012-06-26 16:24 UTC (2+ messages)
[PATCH] docs: install documentation which is referenced in man pages
2012-06-26 16:19 UTC (6+ messages)
[PATCH 0 of 3] [v2] tools/configure.ac changes
2012-06-26 16:17 UTC (7+ messages)
` [PATCH 1 of 3] tools/configure.ac: add version check for glib2
` [PATCH 2 of 3] tools/m4: add AC_LANG_SOURCE to fix autoconf warnings
` [PATCH 3 of 3] tools/configure.ac: fill PACKAGE_TARNAME in AC_INIT
[PATCH] tools/hotplug: fix locking
2012-06-26 16:14 UTC (8+ messages)
[PATCH 00/40 V2] arm: boot a dom1 to "Calibrating delay loop" then hang
2012-06-26 15:26 UTC (42+ messages)
` [PATCH V2 01/40] arm: allocate top level p2m page for all non-idle domains
` [PATCH V2 02/40] arm: handy function to print a walk of a page table
` [PATCH V2 03/40] arm: correct and expand TLB flush CP15 registers
` [PATCH V2 04/40] arm: restore stack on return from trap
` [PATCH V2 05/40] arm: enable interrupts while handling traps
` [PATCH V2 06/40] arm: hook up domctl and memory_op
` [PATCH V2 07/40] arm: allocate and setup a guest vcpu
` [PATCH V2 08/40] arm: print domid as part of debug trap
` [PATCH V2 09/40] arm: remove unnecessarily verbose print from p2m_load_VTTBR
` [PATCH V2 10/40] arm: implement p2m lookup
` [PATCH V2 11/40] arm: remove hard tabs from init_idle_domain
` [PATCH V2 12/40] arm: stub out sync_vcpu_execstate
` [PATCH V2 13/40] arm: implement stub version of flush_tlb_mask
` [PATCH V2 14/40] arm: do not set max_vcpus = 8 in arch_domain_create
` [PATCH V2 15/40] arm: Add simple cpu_{sibling, core}_mask
` [PATCH V2 16/40] arm: allow p2m to be created with specific MATTR
` [PATCH V2 17/40] arm: implement vpl011 (UART) emulator
` [PATCH V2 18/40] arm: context switch a bunch of guest state
` [PATCH V2 19/40] arm: dump a page table walk when va_to_par fails
` [PATCH V2 20/40] arm: dump guest s1 walk on data abort which is not a stage 2 issue
` [PATCH V2 21/40] arm: implement vcpu_show_execution_state
` [PATCH V2 22/40] arm: use correct attributes for mappings in copy_from_paddr()
` [PATCH V2 23/40] arm: map fixmaps non-executable
` [PATCH V2 24/40] arm: fix locking in create_p2m_entries
` [PATCH V2 25/40] arm: split pending SPIs (global) out from pending PPIs and SGIs (per CPU)
` [PATCH V2 26/40] arm: use interrupt safe spin locks in vgic_vcpu_inject_irq
` [PATCH V2 27/40] arm: map GICV in all domains, not just dom0
` [PATCH V2 28/40] arm: enable data-cache at the same time as enabling the MMU, not before
` [PATCH V2 29/40] arm: Upgrade guest barriers to Outer-Shareable. Enable Protected Table Walk
` [PATCH V2 30/40] arm: gic.lock can be taken in interrupt context, so lock appropriately
` [PATCH V2 31/40] arm: context switch virtual timer registers
` [PATCH V2 32/40] arm: the hyp timer seems to work in newer model versions, default to using it
` [PATCH V2 33/40] arm: unwind allocations etc on arch_domain_create_failure
` [PATCH V2 34/40] HACK: arm: initial XENMAPSPACE_gmfn_foreign
` [PATCH V2 35/40] arm: move PSR flag definitions into interface, for tools use
` [PATCH V2 36/40] libxc: add ARM support to xc_dom (PV domain building)
` [PATCH V2 37/40] arm: implement VGCF_online
` [PATCH V2 38/40] arm: fix typo s/approprately/appropriately/g
` [PATCH V2 39/40] HACK: add simple xcbuild
` [PATCH V2 40/40] HACK: arm: disable hypercall continuations
[PATCH V2] xen: Fix BUFIOREQ evtchn init for a stubdom
2012-06-26 15:21 UTC
[PATCH] arm: fix build after c/s 25477:e12e0b038219
2012-06-26 15:15 UTC (3+ messages)
[PATCH] xen: Fix BUFIOREQ evtchn init for a stubdom
2012-06-26 15:06 UTC (5+ messages)
[PATCH v3] tools: honour --libdir when it is passed to ./configure
2012-06-26 15:06 UTC (2+ messages)
[RFC][PATCH 0/5] Add V4V to Xen
2012-06-26 14:38 UTC (12+ messages)
[PATCH] xen: add assertions in default_vcpu0_location to protect against broken masks
2012-06-26 14:16 UTC (6+ messages)
[PATCH 0/38] arm: boot a dom1 to "Calibrating delay loop" then hang
2012-06-26 13:45 UTC (20+ messages)
` [PATCH 01/38] arm: allocate top level p2m page for all non-idle domains
` [PATCH 27/38] arm: split pending SPIs (global) out from pending PPIs and SGIs (per CPU)
` [PATCH 28/38] arm: map GICV in all domains, not just dom0
` [PATCH 29/38] arm: delay enabling data-cache until paging enabled
` [PATCH 31/38] arm: gic.lock can be taken in interrupt context, so lock appropriately
[PATCH 2/2] document update in xl.cfg.pod.5 for 'stdvga=1' by default
2012-06-26 13:33 UTC (2+ messages)
Issue with MSI in a HVM domU with several passed through PCI devices
2012-06-26 12:59 UTC (10+ messages)
[vMCE design RFC] Xen vMCE design
2012-06-26 11:05 UTC (13+ messages)
` [Xen-devel] "
Document Day : Thank you and Stats
2012-06-26 8:56 UTC
[PATCH] xen/netfront: teardown the device before unregistering it
2012-06-26 8:48 UTC
Xen 4.2 Release Plan / TODO
2012-06-26 8:39 UTC
Xen 4.2 Release Plan / TODO
2012-06-26 8:16 UTC (6+ messages)
Issue with PV superpage handling
2012-06-26 6:52 UTC (6+ messages)
[xen-unstable test] 13370: tolerable FAIL
2012-06-26 6:14 UTC
[PATCH 0/2] use standard VGA card with VBE by default when creating a hvm guest
2012-06-26 6:02 UTC
[PATCH v2 0/4] xen: enable EPT A/D bit feature
2012-06-26 5:31 UTC (5+ messages)
MSI message data register configuration in Xen guests
2012-06-26 2:51 UTC (2+ messages)
pygrub: verify chosen kernel really exists
2012-06-26 0:13 UTC (7+ messages)
` pygrub: avoid problems if guest files are large etc
[xen-unstable test] 13369: tolerable FAIL - PUSHED
2012-06-25 23:07 UTC
sedf parameter setting from dom0 user space
2012-06-25 20:43 UTC
[linux-3.0 test] 13368: tolerable FAIL - PUSHED
2012-06-25 18:50 UTC
Regarding selecting scheduler at boot time
2012-06-25 17:22 UTC (4+ messages)
[xen-unstable test] 13367: tolerable FAIL - PUSHED
2012-06-25 16:56 UTC
Update xen-devel email address in the MAINTAINERS file
2012-06-25 15:42 UTC (3+ messages)
Strange kernel BUG() on PV DomU boot
2012-06-25 15:39 UTC (5+ messages)
` Handling of out of memory conditions (was: Re: Strange kernel BUG() on PV DomU boot)
arinc653 scheduler
2012-06-25 14:47 UTC (2+ messages)
[PATCH] arm: fix build with gcc 4.7.x
2012-06-25 11:18 UTC (2+ messages)
[PATCH] qemu-traditional/passthrough: fix off-by-one in PCI config space register index check
2012-06-25 10:50 UTC
[PATCH] qemu-traditional/xendisk: properly update stats in ioreq_release()
2012-06-25 10:47 UTC
[PATCH] qemu-traditional/xendisk: set maximum number of grants to be used
2012-06-25 10:44 UTC
Intel Security Issue
2012-06-25 10:13 UTC (4+ messages)
[PATCH] nsvm: fix check if guest enabled nested paging
2012-06-25 9:22 UTC (2+ messages)
how to check for already existing hypervisor?
2012-06-25 9:07 UTC (2+ messages)
[xen-unstable test] 13365: tolerable FAIL
2012-06-25 9:05 UTC
[linux-3.0 test] 13361: regressions - FAIL
2012-06-25 8:54 UTC (2+ messages)
pt_pci_read_config offset issue
2012-06-25 8:15 UTC (3+ messages)
[xen-unstable test] 13339: regressions - FAIL
2012-06-25 7:50 UTC (3+ messages)
[PATCH v3 ]libxl: allow to set more than 31 vcpus
2012-06-24 23:35 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).