xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-08 17:06:26 to 2013-11-11 14:44:10 UTC [more...]

[PATCH v4 00/27] libxl: ocaml: improve the bindings
 2013-11-11 14:44 UTC  (18+ messages)
` [PATCH v4 02/27] libxl: ocaml: avoid reserved words in type and field names
` [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] 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  (3+ messages)

[PATCHv10 0/9] Xen: extend kexec hypercall for use with pv-ops kernels
 2013-11-11 14:34 UTC  (2+ messages)

[PATCH v3 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
 2013-11-11 14:28 UTC  (23+ 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 14/14] libxl: build a device tree for ARM guests

[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] x86: properly handle MSI-X unmask operation from guests
 2013-11-11 13:18 UTC  (3+ messages)

[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  (7+ messages)

[PATCH v14 00/20] Introduce PVH domU support
 2013-11-11 12:37 UTC  (9+ 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 v2 00/10] libxl: add driver domain backend daemon
 2013-11-11 12:10 UTC  (11+ 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: 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] "

[PATCH] gnttab: lock the left grant table earlier in __gnttab_unmap_common()
 2013-11-11 10:53 UTC  (6+ messages)

[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  (10+ messages)
    ` Is: linux, xenbus mutex hangs when rebooting dom0 and guests hung." Was:Re: "
        ` Processed: "
      `  "
        ` Processed: "

Max gpfn for PV guests
 2013-11-11  9:48 UTC  (2+ 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  (3+ 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)

[PATCH 0/3] Intel MPX support
 2013-11-11  8:37 UTC 

PV guest + shadow mode translate causing hang
 2013-11-11  8:15 UTC 

[PATCH] improve the error message in "xl list --long"
 2013-11-10 23:26 UTC  (4+ messages)

[PATCHv2 0/3] Xen: FIFO-based event channel ABI fixes
 2013-11-10 21:21 UTC  (3+ messages)
` [PATCH 3/3] evtchn/fifo: don't spin indefinitely when setting LINK

[PATCH v5] xenbus_client: extend interface to suppurt multi-page ring
 2013-11-10 17:21 UTC 

[PATCH v4] xenbus_client: extend interface to suppurt multi-page ring
 2013-11-10 17:16 UTC  (3+ messages)

显卡passthrough
 2013-11-10 10:17 UTC 

[linux-3.10 test] 21641: regressions - FAIL
 2013-11-10  9:27 UTC 

Question about intercept debug breakpoint in the Guest OS
 2013-11-10  9:03 UTC 

[qemu-upstream-unstable test] 21637: regressions - trouble: broken/fail/pass
 2013-11-10  7:49 UTC 

[xen-unstable test] 21636: tolerable FAIL
 2013-11-10  7:04 UTC 

显卡passthrough
 2013-11-10  5:17 UTC 

[linux-3.10 test] 21632: regressions - FAIL
 2013-11-10  4:46 UTC 

win7 vm cannot reboot when reboot menu clicked, it just poweroff win7
 2013-11-10  3:30 UTC  (2+ messages)

[qemu-upstream-unstable test] 21631: regressions - FAIL
 2013-11-10  2:25 UTC 

[PATCH] opw: libxl: macro LOG() used in place of LIBXL__LOG
 2013-11-09 23:47 UTC 

[linux-3.10 test] 21621: regressions - FAIL
 2013-11-09 23:47 UTC 

[qemu-upstream-unstable test] 21624: regressions - FAIL
 2013-11-09 23:02 UTC 

[linux-3.10 bisection] complete test-amd64-i386-pair
 2013-11-09 21:23 UTC 

[linux-3.10 bisection] complete test-amd64-i386-pair
 2013-11-09 21:22 UTC 

xen-netback stable backport requests
 2013-11-09 20:56 UTC 

pvgrub2 is merged
 2013-11-09 20:52 UTC 

[qemu-upstream-unstable test] 21618: regressions - FAIL
 2013-11-09 19:31 UTC 

[linux-3.10 test] 21611: regressions - FAIL
 2013-11-09 18:33 UTC 

[qemu-upstream-unstable test] 21610: regressions - FAIL
 2013-11-09 16:30 UTC 

[PATCH] block: xen-blkfront: Fix possible NULL ptr dereference
 2013-11-09 15:36 UTC 

[linux-3.10 test] 21601: regressions - FAIL
 2013-11-09 12:54 UTC 

[qemu-upstream-unstable test] 21603: regressions - FAIL
 2013-11-09 12:34 UTC 

FreeBSD PVH guest support
 2013-11-09 12:04 UTC 

[xen-unstable test] 21596: tolerable FAIL
 2013-11-09 11:21 UTC 

[linux-3.10 bisection] complete test-amd64-amd64-xl
 2013-11-09  9:29 UTC 

[qemu-upstream-unstable test] 21595: regressions - FAIL
 2013-11-09  7:28 UTC 

[linux-3.10 test] 21591: regressions - FAIL
 2013-11-09  6:38 UTC 

[xen-unstable test] 21584: tolerable trouble: broken/fail/pass - PUSHED
 2013-11-09  4:04 UTC 

[qemu-upstream-unstable test] 21590: regressions - FAIL
 2013-11-09  3:29 UTC 

[V1 PATCH 0/11]: PVH dom0
 2013-11-09  1:23 UTC  (11+ messages)
` [V1 PATCH 01/11] PVH dom0: set eflags resvd bit #1
` [V1 PATCH 02/11] PVH dom0: Allow physdevops for PVH dom0
` [V1 PATCH 03/11] PVH dom0: iommu related changes
` [V1 PATCH 04/11] PVH dom0: create update_memory_mapping() function
` [V1 PATCH 05/11] PVH dom0: move some pv specific code to static functions
` [V1 PATCH 06/11] PVH dom0: construct_dom0 changes
` [V1 PATCH 07/11] PVH dom0: implement XENMEM_add_to_physmap_range for x86
` [V1 PATCH 08/11] PVH dom0: Introduce p2m_map_foreign
` [V1 PATCH 09/11] PVH dom0: Add and remove foreign pages
` [V1 PATCH 10/11] PVH dom0: add opt_dom0pvh to setup.c

[linux-3.10 test] 21581: regressions - FAIL
 2013-11-09  1:19 UTC 

[qemu-upstream-unstable test] 21583: regressions - FAIL
 2013-11-09  0:24 UTC 

[PATCH] xen/arm: Initial Broadcom A15 platform support
 2013-11-08 23:37 UTC 

[xen-unstable test] 21570: regressions - FAIL
 2013-11-08 21:03 UTC 

[qemu-upstream-unstable test] 21575: regressions - FAIL
 2013-11-08 20:36 UTC 

[linux-3.10 bisection] complete test-amd64-amd64-pv
 2013-11-08 20:09 UTC 

[linux-3.10 test] 21573: regressions - FAIL
 2013-11-08 19:47 UTC 

vTPM
 2013-11-08 19:42 UTC  (3+ messages)

[oss-security] Xen Security Advisory 75 - Host crash due to guest VMX instruction execution
 2013-11-08 19:25 UTC 

FW: Cancelling asynchronous operations in libxl
 2013-11-08 18:38 UTC  (6+ messages)

[PATCH] OvmfPkg/PlatformPei: allow platform to specify start of PCI MMIO region
 2013-11-08 17:49 UTC 

[PATCH 1/4] xen/mcfg: Call PHYSDEVOP_pci_mmcfg_reserved for MCFG areas
 2013-11-08 17:38 UTC  (4+ messages)
` [PATCH 2/4] xen/manage: Poweroff forcefully if user-space is not yet up
` [PATCH 3/4] xen/manage: Guard against user-space initiated poweroff and XenBus
` [PATCH 4/4] xen/xenbus: Avoid synchronous wait on XenBus stalling shutdown/restart

[PATCH] Fixes to Linux v3.13 - bugs.xenproject.org ones. (v1)
 2013-11-08 17:38 UTC 

[Xen-devel] Fwd: NetBSD xl core-dump not working... Memory fault (core dumped)
 2013-11-08 17:20 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).