messages from 2012-04-13 16:22:20 to 2012-04-16 17:18:05 UTC [more...]
[PATCH v7 00/24] libxl: subprocess handling
2012-04-16 17:18 UTC (24+ messages)
` [PATCH 01/24] libxl: handle POLLERR, POLLHUP, POLLNVAL properly
` [PATCH 02/24] libxl: support multiple libxl__ev_fds for the same fd
` [PATCH 03/24] libxl: event API: new facilities for waiting for subprocesses
` [PATCH 04/24] autoconf: trim the configure script; use autoheader
` [PATCH 05/24] autoconf: New test for openpty et al
` [PATCH 06/24] libxl: provide libxl__remove_file "
` [PATCH 07/24] libxl: Introduce libxl__sendmsg_fds and libxl__recvmsg_fds
` [PATCH 08/24] libxl: Clean up setdefault in do_domain_create
` [PATCH 09/24] libxl: provide libxl__datacopier_*
` [PATCH 10/24] libxl: provide libxl__openpty_*
` [PATCH 11/24] libxl: ao: Convert libxl_run_bootloader
` [PATCH 12/24] libxl: make libxl_create_logfile const-correct
` [PATCH 13/24] libxl: log bootloader output
` [PATCH 14/24] libxl: Allow AO_GC and EGC_GC even if not used
` [PATCH 15/24] libxl: remove ctx->waitpid_instead
` [PATCH 16/24] libxl: change some structures to unit arrays
` [PATCH 17/24] libxl: ao: convert libxl__spawn_*
` [PATCH 18/24] libxl: make libxl_create run bootloader via callback
` [PATCH 19/24] libxl: provide progress reporting for long-running operations
` [PATCH 20/24] libxl: remove malloc failure handling from NEW_EVENT
` [PATCH 21/24] libxl: convert console callback to libxl_asyncprogress_how
` [PATCH 22/24] libxl: clarify definition of "slow" operation
` [PATCH 23/24] libxl: child processes cleanups
[PATCH] auto balloon initial domain and fix dom0_mem=X inconsistencies (v5)
2012-04-16 17:15 UTC (9+ messages)
` [PATCH 1/8] xen/p2m: Move code around to allow for better re-usage
` [PATCH 2/8] xen/p2m: Allow alloc_p2m_middle to call reserve_brk depending on argument
` [PATCH 3/8] xen/p2m: Collapse early_alloc_p2m_middle redundant checks
` [PATCH 4/8] xen/p2m: An early bootup variant of set_phys_to_machine
` [PATCH 5/8] xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0
` [PATCH 6/8] xen/setup: Work properly with 'dom0_mem=X' or with not dom0_mem
` [PATCH 7/8] xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM
` [PATCH 8/8] xen/setup: Combine the two hypercall functions - since they are quite similar
[PATCH] xen_disk: implement BLKIF_OP_FLUSH_DISKCACHE, remove BLKIF_OP_WRITE_BARRIER
2012-04-16 17:10 UTC (2+ messages)
[PATCH] xen: always set the sched clock as unstable
2012-04-16 17:08 UTC (13+ messages)
[PATCH 0/5] libxl: call hotplug scripts from libxl
2012-04-16 17:05 UTC (10+ messages)
` [PATCH 1/5] libxl: allow libxl__exec to take a parameter containing the env variables
` [PATCH 2/5] libxl: call hotplug scripts from libxl for vbd
` [PATCH 3/5] libxl: call hotplug scripts from libxl for vif
` [PATCH 4/5] libxl: add "downscript=no" to Qemu call
` [PATCH 5/5] libxl: clean xenstore console directories recursively on destroy
[PATCH] libxl: add a dummy ao_how to libxl_domain_core_dump
2012-04-16 16:58 UTC (5+ messages)
[PATCH RFC V6 0/11] Paravirtualized ticketlocks
2012-04-16 16:42 UTC (7+ messages)
` [Xen-devel] "
[PATCH] xen: don't use PCI BIOS service for configuration space accesses
2012-04-16 16:33 UTC (6+ messages)
[hybrid] : mmap pfn space
2012-04-16 16:26 UTC (8+ messages)
[PATCH] Don't use a4wide in latex
2012-04-16 16:22 UTC (2+ messages)
[PATCH] libxl: make libxl_device_{vkb, vfb}_add take a dummy ao
2012-04-16 16:00 UTC
[PATCH] Rename public xenstore headers
2012-04-16 15:51 UTC (2+ messages)
Status of nestedhvm (on Intel)
2012-04-16 15:44 UTC (3+ messages)
[PATCH] xen: Support guest reboots
2012-04-16 15:38 UTC
[PATCH] xsm/flask: clean up auditing output
2012-04-16 15:21 UTC
[PATCH] libxl: Remove libxl_tmem_destroy and associated xl command
2012-04-16 15:01 UTC
[Xen-users] Xen timekeeping best practices
2012-04-16 14:57 UTC (5+ messages)
` [Xen-devel] "
[linux-linus test] 12699: regressions - FAIL
2012-04-16 14:50 UTC
[PATCH v6 00/20] libxl: subprocess handling
2012-04-16 14:43 UTC (36+ messages)
` [PATCH 01/20] libxl: handle POLLERR, POLLHUP, POLLNVAL properly
` [PATCH 02/20] libxl: support multiple libxl__ev_fds for the same fd
` [PATCH 03/20] libxl: event API: new facilities for waiting for subprocesses
` [PATCH 04/20] autoconf: New test for openpty et al
` [PATCH 05/20] libxl: provide libxl__remove_file "
` [PATCH 06/20] libxl: Introduce libxl__sendmsg_fds and libxl__recvmsg_fds
` [PATCH 07/20] libxl: Clean up setdefault in do_domain_create
` [PATCH 08/20] libxl: provide libxl__datacopier_*
` [PATCH 09/20] libxl: provide libxl__openpty_*
` [PATCH 10/20] libxl: ao: Convert libxl_run_bootloader
` [PATCH 11/20] libxl: make libxl_create_logfile const-correct
` [PATCH 12/20] libxl: log bootloader output
` [PATCH 13/20] libxl: Allow AO_GC and EGC_GC even if not used
` [PATCH 14/20] libxl: remove ctx->waitpid_instead
` [PATCH 15/20] libxl: change some structures to unit arrays
` [PATCH 16/20] libxl: ao: convert libxl__spawn_*
` [PATCH 17/20] libxl: make libxl_create run bootloader via callback
` [PATCH 18/20] libxl: provide progress reporting for long-running operations
` [PATCH 19/20] libxl: remove malloc failure handling from NEW_EVENT
` [PATCH 20/20] libxl: convert console callback to libxl_asyncprogress_how
Call Trace after insertion of modules
2012-04-16 14:25 UTC (2+ messages)
4.2 Release Plan / TODO
2012-04-16 14:20 UTC (2+ messages)
Crashing / unable to start domUs due to high number of luns?
2012-04-16 14:18 UTC (4+ messages)
[hybrid]: code review for function mapping pfn to foreign mfn
2012-04-16 14:02 UTC (3+ messages)
[PATCH] autoconf: add ovmf, rombios and seabios and configure options
2012-04-16 13:58 UTC (2+ messages)
4.2 Release Plan / TODO
2012-04-16 13:09 UTC
[PATCH] Makefile: Some updates to uninstall
2012-04-16 12:08 UTC (2+ messages)
Xen 4.2 Release Plan / TODO
2012-04-16 10:33 UTC (13+ messages)
` Xen 4.2 Release Plan / TODO [and 1 more messages]
[PATCH 00 of 10 [RFC]] Automatically place guest on host's NUMA nodes with xl
2012-04-16 10:29 UTC (3+ messages)
` [PATCH 09 of 10 [RFC]] xl: Introduce Best and Worst Fit guest placement algorithms
PCI Passthrough of SAS controller not working
2012-04-16 8:55 UTC (2+ messages)
[PATCH] configure: Check for flex
2012-04-16 8:54 UTC (3+ messages)
[PATCH] xen: handle backend deletion from xenstore
2012-04-16 8:17 UTC (2+ messages)
Virtualization of the CPU Performance Monitoring Unit
2012-04-16 8:16 UTC (6+ messages)
[xen-unstable test] 12698: tolerable FAIL
2012-04-16 7:49 UTC
Problem about DOMID_SELF
2012-04-16 7:39 UTC (2+ messages)
[PATCH 2/2] Register native mce handler as vMCE bounce back point
2012-04-16 1:07 UTC
[PATCH 1/2] Add mcelog support for xen platform
2012-04-16 1:05 UTC
[linux-mingo-tip-master test] 12697: regressions - FAIL
2012-04-15 21:02 UTC
[linux-linus test] 12696: regressions - FAIL
2012-04-15 14:41 UTC
[PATCH v2 2/2] x86: don't unmask disabled irqs when migrating them
2012-04-15 14:06 UTC (3+ messages)
` [regression] Ideapad S10-3 does not wake up from suspend (Re: [PATCH v2 2/2] x86: don't unmask disabled irqs when migrating them)
` [regression] Ideapad S10-3 does not wake up from suspend
[PATCH] drivers/xen/grant-table.c: add error-handling code on failure of gnttab_resume
2012-04-15 9:27 UTC
Error: disagrees about version of symbol HYPERVISOR_shared_info
2012-04-15 8:54 UTC (2+ messages)
[PATCH v8 0/3] libxl: save/restore qemu physmap
2012-04-15 8:50 UTC (2+ messages)
[xen-unstable test] 12695: tolerable FAIL
2012-04-15 7:53 UTC
[PATCH 0/2] fix "perf top" soft lockups under Xen
2012-04-15 6:14 UTC
[PATCH 1/2] xen: implement apic ipi interface
2012-04-15 6:09 UTC (2+ messages)
` [PATCH 2/2] xen: implement IRQ_WORK_VECTOR handler
(no subject)
2012-04-15 6:09 UTC
[linux-3.0 test] 12694: tolerable FAIL - PUSHED
2012-04-15 1:52 UTC
[xen-unstable test] 12693: tolerable FAIL - PUSHED
2012-04-14 20:35 UTC
[linux-mingo-tip-master test] 12692: regressions - FAIL
2012-04-14 18:22 UTC
[PATCH 0 of 6] x86/mm/shadow: fixes and synchronized p2m lookups
2012-04-14 14:08 UTC (9+ messages)
` [PATCH 2 of 6] x86/mm/shadow: enclose an OOS function in the proper conditional ifdef
` [PATCH 3 of 6] x86/mm/shadow: fix potential p2m/paging deadlock when emulating page table writes
` [PATCH 4 of 6] x86/mm/shadow: fix p2m/paging deadlock when updating shadow mode
` [PATCH 5 of 6] x86/mm/shadow: fix p2m/paging deadlock when updating shadow cr3
` [PATCH 6 of 6] x86/mm: Locking p2m lookups in shadow mode
[linux-3.0 test] 12679: regressions - FAIL
2012-04-14 1:20 UTC
[linux-mingo-tip-master test] 12678: tolerable FAIL - PUSHED
2012-04-13 23:50 UTC
[PATCH] x86/mm: Fix locking on hap enable failure
2012-04-13 21:18 UTC
[linux-linus test] 12677: regressions - trouble: broken/fail/pass
2012-04-13 20:13 UTC
[PATCH] xen_disk: use bdrv_aio_flush instead of bdrv_flush
2012-04-13 18:45 UTC
[PATCH] Fix save/restore of guest PAT table in HAP paging mode
2012-04-13 18:42 UTC (7+ messages)
[PATCH v6 0/5] prevent QEMU from waking up needlessly
2012-04-13 18:35 UTC (6+ messages)
` [PATCH v6 1/5] xen: do not initialize the interval timer and PCSPK emulator
` [PATCH v6 2/5] xen: disable rtc_clock
` [PATCH v6 3/5] timers: the rearm function should be able to handle delta = INT64_MAX
` [PATCH v6 4/5] qemu_next_alarm_deadline: check the expire time of a clock only if it is enabled
` [PATCH v6 5/5] main_loop_wait: block indefinitely
[PATCH] Revert c/s 25150:b490ef93bad7 tools/libfsimage: include Rules.mk first
2012-04-13 18:27 UTC (2+ messages)
[PATCH] tools/build: fix distclean
2012-04-13 18:14 UTC
[PULL] Xen MSI, mapcache, xen_disk
2012-04-13 18:01 UTC
Shadow domains left zombie
2012-04-13 17:38 UTC (3+ messages)
Debian stable kernel got timer issue when running as PV guest
2012-04-13 17:27 UTC (3+ messages)
[xen-unstable test] 12671: tolerable FAIL - PUSHED
2012-04-13 16:25 UTC
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).