messages from 2013-11-11 08:39:37 to 2013-11-11 17:20:10 UTC [more...]
[PATCH v3 0/7] Printk symbol specifier
2013-11-11 17:20 UTC (2+ messages)
[PATCHv10 0/9] Xen: extend kexec hypercall for use with pv-ops kernels
2013-11-11 17:18 UTC (3+ messages)
Xen 4.4 development update: Feature freeze has started
2013-11-11 17:18 UTC
[PATCH v15 00/18] Introduce PVH domU support
2013-11-11 17:17 UTC (22+ messages)
` [PATCH v15 01/19] Allow vmx_update_debug_state to be called when v!=current
` [PATCH v15 02/19] libxc: Move temporary grant table mapping to end of memory
` [PATCH v15 03/19] pvh prep: code motion
` [PATCH v15 04/19] pvh: Tolerate HVM guests having no ioreq page
` [PATCH v15 05/19] pvh prep: Introduce pv guest type and has_hvm_container macros
` [PATCH v15 06/19] pvh: Introduce PVH guest type
` [PATCH v15 07/19] pvh: Disable unneeded features of HVM containers
` [PATCH v15 08/19] pvh: vmx-specific changes
` [PATCH v15 09/19] pvh: Do not allow PVH guests to change paging modes
` [PATCH v15 10/19] pvh: PVH access to hypercalls
` [PATCH v15 11/19] pvh: Use PV e820
` [PATCH v15 12/19] pvh: Set up more PV stuff in set_info_guest
` [PATCH v15 13/19] pvh: PV cpuid
` [PATCH v15 14/19] pvh: Use PV handlers for PIO
` [PATCH v15 15/19] pvh: Disable 32-bit guest support for now
` [PATCH v15 16/19] pvh: Restrict tsc_mode to NEVER_EMULATE "
` [PATCH v15 17/19] pvh: Documentation
` [PATCH v15 18/19] pvh tools: libxc changes to build a PVH guest
` [PATCH v15 19/19] pvh tools: libxl changes to create "
[PATCH 0 of 1] [PATCH v2] update ZFS for pygrub from illumos
2013-11-11 17:16 UTC (9+ messages)
` [PATCH 1 of 1] Update ZFS sources from illumos.org:
[PATCHv3 0/2] Xen: FIFO-based event channel ABI fixes
2013-11-11 17:03 UTC (7+ messages)
` [PATCH 1/2] events/fifo: don't spin indefinitely when setting LINK
` [PATCH 2/2] events/fifo: don't corrupt queues if an old tail moves queues
[PATCH v2 00/10] libxl: add driver domain backend daemon
2013-11-11 17:02 UTC (14+ messages)
` [PATCH v2 01/10] libxl: Introduce nested async operations (nested ao)
` [PATCH v2 02/10] libxl: create a local xenstore libxl and device-model dir for guests
` [PATCH v2 03/10] libxl: don't remove device frontend path from driver domains
` [PATCH v2 04/10] libxl: synchronize device removal when using "
` [PATCH v2 05/10] libxl: remove the Qemu bodge for driver domain devices
` [PATCH v2 06/10] libxl: don't launch Qemu on Dom0 for Qdisk devices on driver domains
` [PATCH v2 07/10] libxl: add Qdisk backend launch helper
` [PATCH v2 08/10] xl: put daemonize code in it's own function
` [PATCH v2 09/10] libxl: revert 326a7b74
` [PATCH v2 10/10] libxl: add device backend listener in order to launch backends
[PATCH OPW 0/0] Resend of macro coding style fixes needing reindents
2013-11-11 16:58 UTC (10+ messages)
` [PATCH OPW 1/7] libxl: Use new macro LOGE() in libxl_qmp.c
` [PATCH OPW 2/7] libxl: replace last invocation of LIBXL__LOG_ERROR with LOGE
` [PATCH OPW 3/7] libxl: use GCSPRINTF in place of libxl_sprintf() in libxl_qmp.c
` [PATCH OPW 4/7] libxl: use GCSPRINTF instead of libxl__sprintf
` [PATCH OPW 5/7] libxl: use LOGE instead of LIBXL__LOG_ERRNO in libxl_utils.c
` [PATCH OPW 6/7] libxl: use LOG and LOGE instead of LIBXL__LOG* "
` [PATCH OPW 7/7] libxl: use LOG instead of LIBXL__LOG "
Max gpfn for PV guests
2013-11-11 16:47 UTC (4+ messages)
[PATCH] gnttab: lock the left grant table earlier in __gnttab_unmap_common()
2013-11-11 16:45 UTC (11+ messages)
[PATCH] xen/arm: copy cpu clock-frequency to CPU DT node
2013-11-11 16:26 UTC (3+ messages)
` [PATCH V2] xen/arm: Device Tree cpu clock-frequency
[PATCH] libxl: correct strtod error check
2013-11-11 16:25 UTC (2+ messages)
trivial: remove various pointless things
2013-11-11 16:25 UTC (2+ messages)
[PATCH] x86: properly handle MSI-X unmask operation from guests
2013-11-11 16:25 UTC (5+ messages)
[PATCH] xen/midway: Add 1:1 workaround
2013-11-11 16:24 UTC (2+ messages)
xen/arm: more info on the ARM ABI
2013-11-11 16:24 UTC (2+ messages)
[PATCHv9 00/16] Linux: FIFO-based event channel ABI
2013-11-11 16:13 UTC (17+ messages)
` [PATCH 01/16] xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()
` [PATCH 02/16] xen/events: remove unnecessary init_evtchn_cpu_bindings()
` [PATCH 03/16] xen/events: introduce test_and_set_mask()
` [PATCH 04/16] xen/events: replace raw bit ops with functions
` [PATCH 05/16] xen/events: move drivers/xen/events.c into drivers/xen/events/
` [PATCH 06/16] xen/events: move 2-level specific code into its own file
` [PATCH 07/16] xen/events: add struct evtchn_ops for the low-level port operations
` [PATCH 08/16] xen/events: allow setup of irq_info to fail
` [PATCH 09/16] xen/events: add a evtchn_op for port setup
` [PATCH 10/16] xen/events: Refactor evtchn_to_irq array to be dynamically allocated
` [PATCH 11/16] xen/events: add xen_evtchn_mask_all()
` [PATCH 12/16] xen/evtchn: support more than 4096 ports
` [PATCH 13/16] xen/events: Add the hypervisor interface for the FIFO-based event channels
` [PATCH 14/16] xen/events: allow event channel priority to be set
` [PATCH 15/16] xen/x86: set VIRQ_TIMER priority to maximum
` [PATCH 16/16] xen/events: use the FIFO-based ABI if available
[PATCH] xen/arm: correct duplicate MPIDR check to actually skip the node
2013-11-11 16:10 UTC (2+ messages)
[PATCH v4 00/27] libxl: ocaml: improve the bindings
2013-11-11 15:58 UTC (26+ messages)
` [PATCH v4 02/27] libxl: ocaml: avoid reserved words in type and field names
` [PATCH v4 05/27] libxc: ocaml: add simple binding for xentoollog (output only)
` [PATCH v4 08/27] libxl: idl: add Enumeration.value_namespace property
` [PATCH v4 09/27] libxl: make the libxl error type an IDL enum
` [PATCH v4 10/27] libxl: ocaml: generate string_of_* functions for enums
` [PATCH v4 18/27] libxl: ocaml: event management
` [PATCH v2-resend 00/30] libxl: ocaml: improve the bindings
` [PATCH v2-resend 22/30] libxl: ocaml: event management
` [PATCH v2-resend 22/30] libxl: ocaml: event management [and 1 more messages]
` [PATCH v4 20/27] libxl: ocaml: add NIC helper functions
` [PATCH v4 22/27] libxl: ocaml: add disk and cdrom "
` [PATCH v4 23/27] libxl: ocaml: add VM lifecycle operations
[PATCH] oxenstored to allow updates regardless of quota
2013-11-11 15:47 UTC (5+ messages)
[PATCH v3 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
2013-11-11 15:12 UTC (26+ messages)
` [PATCH v3 03/14] xen: arm: allocate dom0 memory separately from preparing the dtb
` [PATCH v3 05/14] xen: arm: implement XEN_DOMCTL_set_address_size
` [PATCH v3 08/14] xen: arm: define guest virtual platform in API headers
` [PATCH v3 12/14] libxc: support for arm64 Image format
` [PATCH v3 13/14] libxc: arm64 vcpu initialisation
` [PATCH v3 14/14] libxl: build a device tree for ARM guests
[PATCH] improve the error message in "xl list --long"
2013-11-11 14:59 UTC (6+ messages)
Questions about Spice pv domUs
2013-11-11 14:50 UTC (7+ messages)
[PATCH] nested SVM: adjust guest handling of structure mappings
2013-11-11 14:40 UTC (9+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCHv11 3/9] kexec: add infrastructure for handling kexec images
2013-11-11 14:37 UTC (2+ messages)
[PATCHv7 0/4] kexec-tools: add support for Xen 4.4
2013-11-11 14:35 UTC (2+ messages)
[PATCH 0/4] Compliance with new coding style
2013-11-11 14:10 UTC (12+ messages)
` [PATCH 1/4] opw: libxl: use GCSPRINTF instead of libxl__sprintf
` [PATCH 2/4] opw: libxl: use LOGE instead of LIBXL__LOG_ERRNO in libxl_utils.c
` [PATCH 3/4] opw: libxl: use LOG and LOGE instead of LIBXL__LOG* "
` [PATCH 4/4] opw: libxl: use LOG instead of LIBXL__LOG "
[PATCH V3 0/5] Reintroduce OVMF support
2013-11-11 14:09 UTC (2+ messages)
[PATCH 0/3] ARM: Support read-only mapping in the grant table
2013-11-11 13:30 UTC (5+ messages)
` [PATCH 1/3] xen/arm: p2m: extend create_p2m_entries to support read-only mapping
` [PATCH 2/3] xen/arm: p2m: add guest_physmap_add_page_rw
[PATCH] VMX: don't crash processing 'd' debug key
2013-11-11 13:13 UTC (7+ messages)
` [PATCH v3] "
Issue with ARM: Network doesn't work in the guest
2013-11-11 13:13 UTC (4+ messages)
[RFC OPW] libxl: Use LOG and LOGE macros in READ_WRITE_EXACTLY macro
2013-11-11 13:08 UTC
[PATCH] libxl: Use LOG and LOGE macros in READ_WRITE_EXACTLY macro
2013-11-11 13:06 UTC
[PATCH] xen/arm: pfn_to_mfn and mfn_to_pfn return the argument if nothing is in the p2m
2013-11-11 13:03 UTC (2+ messages)
pvgrub2 is merged
2013-11-11 12:52 UTC (5+ messages)
[PATCH v14 00/20] Introduce PVH domU support
2013-11-11 12:37 UTC (2+ messages)
[PATCH] opw: libxl: use GCSPRINTF in place of libxl_sprintf() in libxl_qmp.c
2013-11-11 12:26 UTC (2+ messages)
[PATCH] opw: libxl: replace last invocation of LIBXL__LOG_ERROR with LOGE
2013-11-11 12:26 UTC (2+ messages)
[PATCH] opw: libxl: LOGE() used in place of LIBXL__LOG_ERROR in libxl_qmp.c
2013-11-11 12:24 UTC (2+ messages)
[PATCH] opw: libxl: change remaining LIBXL_LOG to LOG in libxl_qmp.c
2013-11-11 12:24 UTC (2+ messages)
[PATCH] opw: libxl: use macro GCNEW in libxl_qmp.c
2013-11-11 12:23 UTC (2+ messages)
[PATCH 1/2] opw: libxl: add convenience macros to qmp_send() in libxl_qmp.c
2013-11-11 12:19 UTC (3+ messages)
` [PATCH 2/2] opw: libxl: use macro CTX "
[PATCH v2] opw: libxl: macro LOG() used in place of LIBXL__LOG
2013-11-11 12:18 UTC (2+ messages)
[PATCH RESEND v2] libxl: Use new LOG* and GCSPRINTF macros in tools/libxl/libxl_device.c
2013-11-11 12:17 UTC (2+ messages)
[PATCH] opw: libxl: use CTX macro in libxl_utils.c
2013-11-11 12:17 UTC
Xen Security Advisory 75 (CVE-2013-4551) - Host crash due to guest VMX instruction execution
2013-11-11 11:42 UTC
[PATCH v1 00/12] libxl: add driver domain backend daemon
2013-11-11 11:37 UTC (7+ messages)
` [PATCH v1 12/12] libxl: add device backend listener in order to launch backends
[PATCH] nested VMX: don't ignore mapping errors
2013-11-11 11:13 UTC (5+ messages)
` [PATCH v2] "
[RFC v2 0/5] HPET fix interrupt logic
2013-11-11 10:49 UTC (8+ messages)
` [PATCH v2 1/5] x86/hpet: Pre cleanup
Is there an issue with turning off "scrubbing free RAM" on boot with Xen 4.1.3
2013-11-11 10:47 UTC (6+ messages)
[PATCH 3/3] X86: MPX IA32_BNDCFGS msr handle
2013-11-11 10:30 UTC (2+ messages)
[PATCH 2/3] X86: MPX support for PV guest
2013-11-11 10:25 UTC (2+ messages)
[PATCH 1/3] X86: MPX support for HVM guest
2013-11-11 10:22 UTC (2+ messages)
test report for Xen 4.3 RC1
2013-11-11 10:22 UTC (5+ messages)
[PATCH] block: xen-blkfront: Fix possible NULL ptr dereference
2013-11-11 9:48 UTC
[PATCH] OvmfPkg/PlatformPei: allow platform to specify start of PCI MMIO region
2013-11-11 9:45 UTC (2+ messages)
[PATCH] x86/idle: reduce contention on ACPI register accesses
2013-11-11 9:41 UTC (2+ messages)
[PATCH] x86/Intel: don't probe CPUID faulting on family 0xf CPUs
2013-11-11 9:41 UTC (3+ 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).