messages from 2014-05-20 12:31:54 to 2014-05-21 13:21:16 UTC [more...]
[PATCHv1 0/5] tools: rework VM Generation ID
2014-05-21 13:21 UTC (3+ messages)
` [PATCH 1/5] docs: update docs for the ~/platform/generation-id key
` [PATCH 4/5] libxc, libxl, hvmloader: strip out outdated VM generation ID implementation
New version of the vif linux hotplug scripts improvements
2014-05-21 13:20 UTC (8+ messages)
` [PATCH 1/5] hotplug/linux: Fix the vif script to handle_iptable for tap interfaces
` [PATCH 2/5] hotplug/linux: Improve iptables logic
` [PATCH 3/5] hotplug/linux: Add IPv6 support to the "
` [PATCH 4/5] hotplug/linux: Add IPv6 support to vif-route
` [PATCH 5/5] docs: Update the xl network config documentation with IPv6 support
[PATCH V7] libxl: add migration support
2014-05-21 12:47 UTC (2+ messages)
` [libvirt] "
[PATCH v2] xen/arm: vcpu: Correctly release resource when the VCPU failed to initialized
2014-05-21 12:39 UTC (3+ messages)
[PATCH] libxenstat: handle renamed VIFs
2014-05-21 12:37 UTC
[xen-unstable test] 26361: tolerable trouble: broken/fail/pass - PUSHED
2014-05-21 12:28 UTC
[PATCH v7 0/6] xen/arm: Interrupt management reworking
2014-05-21 12:27 UTC (3+ messages)
` [PATCH v7 1/6] xen/arm: IRQ: Store IRQ type in arch_irq_desc
[PATCH v2] libxc: Protect xc_domain_resume from clobbering domain registers
2014-05-21 12:26 UTC (3+ messages)
[PATCH] docs/man/xl.cfg.pod.5: add a missing new line and remove some redundant ones
2014-05-21 12:26 UTC (2+ messages)
hvmloader: fix memory type handling
2014-05-21 12:26 UTC (5+ messages)
` [PATCH 1/2] hvmloader: also cover PCI MMIO ranges above 4G with UC MTRR ranges
` [PATCH 2/2] hvmloader: PA range 0xfc000000-0xffffffff should be UC
[PATCH] libvchan: Make raw_get_{data_ready, buffer_space} match
2014-05-21 12:01 UTC (4+ messages)
[OSSTEST PATCH 1/6] rumpuserxen: Increase build timeout for grievous bodge
2014-05-21 11:57 UTC (9+ messages)
` [OSSTEST PATCH 2/6] crontab: Rearrange actually-daily branches
` [OSSTEST PATCH 3/6] make-flight: rumpuserxen amd64 too
` [OSSTEST PATCH 4/6] FIX MAKE-FLIGHT
` [OSSTEST PATCH 5/6] TestSupport::broken: Update status of `preparing' jobs
` [OSSTEST PATCH 6/6] sg-run-job: Do blocked check globally, in run-job
[BUG] libxenstore and xentop confused by renamed VIF interfaces
2014-05-21 11:52 UTC (7+ messages)
` [BUG] libxenstat "
[Xen-users] nestedhvm
2014-05-21 11:20 UTC (8+ messages)
[seabios test] 26366: FAIL
2014-05-21 11:06 UTC
libcacard is been installed to /usr/lib while libdir=/usr/lib64
2014-05-21 10:50 UTC (13+ messages)
[PATCH] timers: Set the deadline more accurately
2014-05-21 10:45 UTC
[rumpuserxen baseline test] 26359: tolerable FAIL
2014-05-21 10:34 UTC (5+ messages)
[PATCH v5 00/14] xen: add systemd support
2014-05-21 10:33 UTC (24+ messages)
` [PATCH v5 02/14] libxenstore.so: add support for systemd
` [PATCH v5 03/14] cxenstored: add support for systemd active sockets
` [PATCH v5 04/14] oxenstored: "
` [PATCH v5 05/14] oxenstored: force FD_CLOEXEC with Unix.set_close_on_exec on LSB init
` [PATCH v5 06/14] tools/xendomains: make xl the default
` [PATCH v5 07/14] tools/xendomains: do space cleanups
` [PATCH v5 08/14] tools/xendomains: move to libexec and use a smaller init helper
` [PATCH v5 09/14] autoconf: xen: force a refresh with autoconf
` [PATCH v5 10/14] autoconf: update m4/pkg.m4
` [PATCH v5 11/14] autoconf: xen: move standard variables to a generic place
` [PATCH v5 12/14] autoconf: xen: enable explicit preference option for xenstored preference
` [PATCH v5 13/14] xencommons: move module list into a generic place
` [PATCH v5 14/14] systemd: add xen systemd service and module files
[PATCH V5 00/32] JSON infrastructure, new "xl-json" format and domain configuration synchronization
2014-05-21 10:18 UTC (67+ messages)
` [PATCH V5 01/32] libxl: make cpupool_qualifier_to_cpupoolid a library function
` Comments on LIBXL_HAVE_* defines (Was: Re: [PATCH V5 01/32] libxl: make cpupool_qualifier_to_cpupoolid a library function)
` [PATCH V5 05/32] xl: remove parsing of "vncviewer" option in xl domain config file
` [PATCH V5 07/32] libxl.h: document the paradigm of using libxl types
` [PATCH V5 08/32] libxl.h: document libxl_<type>_to_json
` [PATCH V5 09/32] libxl_internal.h: move / add some libxl defbool #define here
` [PATCH V5 10/32] libxl: fix JSON generator for uint64_t
` [PATCH V5 15/32] libxl_internal.h: introduce libxl__json_object_get_number
` [PATCH V5 18/32] libxl/gentypes.py: special-case KeyedUnion map handle generation
` [PATCH V5 19/32] libxl/gentypes.py: don't generate default values
` [PATCH V5 20/32] libxl IDL: generate code to parse libxl__json_object to libxl_FOO struct
` [PATCH V5 22/32] libxl: introduce libxl_key_value_list_length
` [PATCH V5 23/32] libxl: introduce libxl_cpuid_policy_list_length
` [PATCH V5 24/32] libxl: copy function for builtin types
` [PATCH V5 25/32] libxl IDL: generate deep copy functions
` [PATCH V5 27/32] libxl: libxl-json format and load/store configuration functions
` [PATCH V5 28/32] libxl: store up-to-date domain configuration as we create domain
` [PATCH V5 29/32] xl: use "libxl-json" format
` [PATCH V5 30/32] libxl: consider force removal of device successful
` [PATCH V5 31/32] libxl: update domain configuration when updating memory targets
` [PATCH V5 32/32] libxl: synchronize configuration when we plug / unplug device
[PATCH v10 0/5] Remus/Libxl: Network buffering support
2014-05-21 10:15 UTC (6+ messages)
` [PATCH v10 1/5] libxl: introduce asynchronous execution API
` [PATCH v10 2/5] remus: add libnl3 dependency for network buffering support
` [PATCH v10 3/5] remus: introduce remus device
` [PATCH v10 4/5] remus: implement remus network buffering for nic devices
` [PATCH v10 5/5] libxl: network buffering cmdline switch
[PATCH] Don't track all memory when enabling log dirty to track vram
2014-05-21 9:58 UTC (21+ messages)
xen-hypervisor-4.3-amd64 4.3.0-3+b1 -> Intel M/B, I/O virt. enabled, start vm -> Kernel panic
2014-05-21 9:42 UTC (6+ messages)
[seabios test] 26363: FAIL
2014-05-21 9:32 UTC (2+ messages)
question about xen4.4 features
2014-05-21 9:18 UTC (2+ messages)
dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 failed with error -110"
2014-05-21 8:32 UTC (6+ messages)
` dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 faile
[xen stable-4.4] xend: Stop QEMU for dom0 using xend toolstack
2014-05-21 8:19 UTC (2+ messages)
[PATCH v6 00/19] x86/PMU: Xen PMU PV(H) support
2014-05-21 8:01 UTC (12+ messages)
` [PATCH v6 08/19] x86/VPMU: Add public xenpmu.h
` [PATCH v6 10/19] x86/VPMU: Interface for setting PMU mode and flags
` [PATCH v6 11/19] x86/VPMU: Initialize PMU for PV guests
[V13 PATCH 0/2] pvh dom0 patches
2014-05-21 7:59 UTC (5+ messages)
` [V13 PATCH 1/2] pvh dom0: Add and remove foreign pages
[xen-4.4-testing test] 25979: regressions - FAIL
2014-05-21 7:27 UTC (10+ messages)
[v2][PATCH 0/8] xen: add Intel IGD passthrough support
2014-05-21 7:07 UTC (21+ messages)
` [v2][PATCH 4/8] xen, gfx passthrough: reserve 00:02.0 for INTEL IGD
` [v2][PATCH 6/8] xen, gfx passthrough: support Intel IGD passthrough with VT-D
` [Xen-devel] "
` [v2][PATCH 8/8] xen, gfx passthrough: add opregion mapping
[libvirt test] 26358: tolerable FAIL - PUSHED
2014-05-21 6:44 UTC
[linux-linus test] 26356: regressions - trouble: broken/fail/pass
2014-05-21 5:05 UTC
[xen-unstable test] 26354: tolerable trouble: broken/fail/pass - PUSHED
2014-05-21 0:12 UTC
[PATCH] Add Yang and Kevin as the new maintainer of VT-d stuff
2014-05-20 21:56 UTC (2+ messages)
[PATCH v2] xen-blkback: defer freeing blkif to avoid blocking xenwatch
2014-05-20 20:28 UTC (2+ messages)
` [PATCH v3] "
[edk2] [RFC] Introduting Xen PV block driver to OVMF
2014-05-20 20:00 UTC
[RFC PATCH] page_alloc: use first half of higher order chunks when halving
2014-05-20 19:26 UTC (12+ messages)
[PATCH v9 0/3] Support for running secondary emulators
2014-05-20 16:08 UTC (4+ messages)
` [PATCH v9 1/3] ioreq-server: add support for multiple servers
` [PATCH v9 2/3] ioreq-server: remove p2m entries when server is enabled
` [PATCH v9 3/3] ioreq-server: make buffered ioreq handling optional
[PATCH v8 0/3] Support for running secondary emulators
2014-05-20 15:34 UTC (6+ messages)
` [PATCH v8 1/3] ioreq-server: add support for multiple servers
[RFC] Introduting Xen PV block driver to OVMF
2014-05-20 15:11 UTC
PV Memory allocated difference in kernel 2.6.18 and 3.2
2014-05-20 14:44 UTC
[linux-next test] 26352: tolerable trouble: broken/fail/pass
2014-05-20 14:28 UTC
Backport request to stable of two performance related fixes for xen-blkfront (3.13 fixes to earlier trees)
2014-05-20 13:59 UTC
[RFC PATCH v2] xen: free_domheap_pages: delay page scrub to idle loop
2014-05-20 13:56 UTC (2+ messages)
Improvement to linux/hotplug scripts
2014-05-20 13:54 UTC (8+ messages)
` [PATCH 4/5] hotplug/linux: Add IPv6 support to the iptables logic
` configuring vif options to be consumed by hotplug scripts (Was: Re: [PATCH 4/5] hotplug/linux: Add IPv6 support to the iptables logic)
[PATCH 2/2] VT-d: extend error report masking workaround to newer chipsets
2014-05-20 13:39 UTC
[PATCH 1/2] VT-d: apply quirks at device setup time rather than only at boot
2014-05-20 13:39 UTC
preparations for 4.4.1, 4.3.3, and 4.2.5
2014-05-20 13:31 UTC (4+ messages)
[PATCH] libxc: Protect xc_domain_resume from clobbering domain registers
2014-05-20 13:16 UTC (4+ messages)
[PATCH] libxc: check return values on mmap() and madvise() on xc_alloc_hypercall_buffer()
2014-05-20 12:37 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).