xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-24 09:06:15 to 2015-06-24 17:09:56 UTC [more...]

[PATCH v4 RFC 0/6] x86/MSI: XSA-120, 126, 128-131 follow-up
 2015-06-24 17:09 UTC  (3+ messages)
` [PATCH v4 RFC 1/6] x86/PCI: add config space write abstract intercept logic

[PATCH v4 00/17] x86/hvm: I/O emulation cleanup and fix
 2015-06-24 17:00 UTC  (41+ messages)
` [PATCH v4 01/17] x86/hvm: simplify hvmemul_do_io()
` [PATCH v4 02/17] x86/hvm: remove hvm_io_pending() check in hvmemul_do_io()
` [PATCH v4 03/17] x86/hvm: remove extraneous parameter from hvmtrace_io_assist()
` [PATCH v4 04/17] x86/hvm: remove multiple open coded 'chunking' loops
` [PATCH v4 05/17] x86/hvm: re-name struct hvm_mmio_handler to hvm_mmio_ops
` [PATCH v4 06/17] x86/hvm: unify internal portio and mmio intercepts
` [PATCH v4 07/17] x86/hvm: add length to mmio check op
` [PATCH v4 08/17] x86/hvm: unify dpci portio intercept with standard portio intercept
` [PATCH v4 09/17] x86/hvm: unify stdvga mmio intercept with standard mmio intercept
` [PATCH v4 10/17] x86/hvm: revert 82ed8716b "fix direct PCI port I/O emulation retry
` [PATCH v4 11/17] x86/hvm: only call hvm_io_assist() from hvm_wait_for_io()
` [PATCH v4 12/17] x86/hvm: split I/O completion handling from state model
` [PATCH v4 13/17] x86/hvm: remove HVMIO_dispatched I/O state
` [PATCH v4 14/17] x86/hvm: remove hvm_io_state enumeration
` [PATCH v4 15/17] x86/hvm: use ioreq_t to track in-flight state
` [PATCH v4 16/17] x86/hvm: always re-emulate I/O from a buffer
` [PATCH v4 17/17] x86/hvm: track large memory mapped accesses by buffer offset

[PATCH v2 00/12] Alternate p2m: support multiple copies of host p2m
 2015-06-24 16:43 UTC  (38+ messages)
` [PATCH v2 02/12] VMX: implement suppress #VE
` [PATCH v2 03/12] x86/HVM: Hardware alternate p2m support detection
` [PATCH v2 04/12] x86/altp2m: basic data structures and support routines
` [PATCH v2 05/12] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v2 06/12] VMX: add VMFUNC leaf 0 (EPTP switching) to emulator
` [PATCH v2 07/12] x86/altp2m: add control of suppress_ve
` [PATCH v2 08/12] x86/altp2m: alternate p2m memory events
` [PATCH v2 09/12] x86/altp2m: add remaining support routines
` [PATCH v2 10/12] x86/altp2m: define and implement alternate p2m HVMOP types
` [PATCH v2 11/12] x86/altp2m: Add altp2mhvm HVM domain parameter

[PATCH v7 0/9] pci: add pci_iomap_wc() and pci_ioremap_wc_bar()
 2015-06-24 16:38 UTC  (4+ messages)
` [PATCH v7 5/9] PCI: Add pci_iomap_wc() variants

[PATCH 0/8] [RFC] SMAP handling improvements for 32bit PV guests on
 2015-06-24 16:31 UTC  (9+ messages)
` [PATCH 1/8] common/vsprintf: Special-case DOMID_IDLE handling for %pv
` [PATCH 2/8] x86/traps: Avoid using current too early on boot
` [PATCH 3/8] x86/setup: Initialise CR4 before creating idle_vcpu[0]
` [PATCH 4/8] xen/x86: Clean up CR4 definitions
` [PATCH 5/8] xen/x86: Drop PSE from XEN_MINIMAL_CR4
` [PATCH 6/8] xen/x86: Calculate PV CR4 masks at boot
` [PATCH 7/8] xen/x86: Rework CR4 handling for PV guests
` [PATCH 8/8] xen/x86: Additional SMAP modes to work around buggy 32bit "

[PATCH RFC v1 00/13] Introduce HMV without dm and new boot ABI
 2015-06-24 16:30 UTC  (12+ messages)

[PATCH 0/9] 32-bit domU PVH support
 2015-06-24 16:21 UTC  (8+ messages)
` [PATCH 5/9] x86/pvh: Set PVH guest's mode in XEN_DOMCTL_set_address_size

[PATCH OSSTEST v3 00/22] Initial support for ARM64
 2015-06-24 16:12 UTC  (33+ messages)
` [PATCH OSSTEST v3 01/22] mg-*: Add mgi-common with fetch and fail helpers
` [PATCH OSSTEST v3 02/22] mg-*: Make package fetching common in new mgi-debian
` [PATCH OSSTEST v3 03/22] Introduce mg-pxe-loader-update
` [PATCH OSSTEST v3 04/22] Debian: Preseed a EFI system partition during host install
` [PATCH OSSTEST v3 05/22] ts-host-install: Split initrd out of @installcmdline
` [PATCH OSSTEST v3 06/22] ts-host-install: split the "di" from the "host" command line
` [PATCH OSSTEST v3 07/22] Refactor pxelinux configuration
` [PATCH OSSTEST v3 08/22] ts-host-install: Support UEFI PXE boot using grub.efi
` [PATCH OSSTEST v3 09/22] Enable chain loading to local disk for UEFI PXE systems
` [PATCH OSSTEST v3 10/22] Add arm64 build and test jobs
` [PATCH OSSTEST v3 11/22] ts-kernel-build: Additional kernel options for Mustang
` [PATCH OSSTEST v3 12/22] ts-kernel-build: Enable CONFIG_EFI_VARS
` [PATCH OSSTEST v3 13/22] ts-host-install: Set dtbs in the non-special kernel case too
` [PATCH OSSTEST v3 14/22] Debian: Do not add Debian to UEFI boot order on install
` [PATCH OSSTEST v3 15/22] standalone: Prefer ./local-config to $HOME/.xen-osstest/config
` [PATCH OSSTEST v3 16/22] Debian: grub2: Log full line range of menuentry and submenu entries
` [PATCH OSSTEST v3 17/22] Debian: grub2: Use GRUB_CMDLINE_LINUX_XEN_REPLACE(_DEFAULT)
` [PATCH OSSTEST v3 18/22] Collect xen.efi into xendist and install in appropriate place
` [PATCH OSSTEST v3 19/22] Debian: Ignore xen-syms entries in grub.cfg
` [PATCH OSSTEST v3 20/22] Debian: Collect kernel command line from grub.cfg
` [PATCH OSSTEST v3 21/22] Debian: Arrange to be able to chainload a xen.efi from grub2
` [PATCH OSSTEST v3 22/22] Enable CONFIG_SPARSEMEM_VMEMMAP, arm64 seems to needs it (crashes)

[PATCH] OSSTest: some more info when capturing logs
 2015-06-24 16:11 UTC 

Is: qemu-xen mishandling upper 64-bit BAR compared to qemu-tradWas:Re: Dom0 linux 4.0 + devel/for-linus-4.1 branch: p2m.c:884:d0v0 gfn_to_mfn failed! gfn=ffffffff001ed type:4
 2015-06-24 15:59 UTC  (6+ messages)
` [PATCH QEMU-XEN] xen/pt: Start with emulated PCI_COMMAND set to zero

Cancelling asynchronous operations in libxl
 2015-06-24 15:41 UTC  (6+ messages)

[PATCH RFC 0/9] libxl error reporting
 2015-06-24 15:30 UTC  (20+ messages)
` [PATCH RFC 1/9] libxl idl: add comments to error enum
` [PATCH RFC 2/9] libxl idl: allow implicit enum values
` [PATCH RFC 3/9] libxl: introduce specific xenstore error codes
` [PATCH RFC 4/9] libxl: use explicit error codes in libxl_ctx_alloc
` [PATCH RFC 5/9] libxl: introduce specific JSON error codes
` [PATCH RFC 6/9] libxl: introduce specific error code for libxl__wait_device_connection
` [PATCH RFC 7/9] libxl: introduce specific error codes in libxl_device_disk_add
` [PATCH RFC 8/9] libxl: introduce specific error codes in libxl_device_cdrom_insert
` [PATCH RFC 9/9] libxl: introduce specific error codes in libxl_device_nic_add

vTPM issues
 2015-06-24 15:16 UTC 

Vm_event memory introspection helpers
 2015-06-24 15:03 UTC  (4+ messages)
` [PATCH V2 2/3] xen/vm_event: Support for guest-requested events

[xen-4.1-testing test] 58847: regressions - FAIL
 2015-06-24 14:32 UTC 

[linux-arm-xen test] 58849: regressions - FAIL
 2015-06-24 14:12 UTC  (4+ messages)

pvUSB backend performance
 2015-06-24 13:57 UTC  (2+ messages)

[xen-4.2-testing test] 58584: regressions - trouble: blocked/broken/fail/pass
 2015-06-24 13:54 UTC  (15+ messages)
` stable trees (was: [xen-4.2-testing test] 58584: regressions)
              ` Problems with merlot* AMD Opteron 6376 systems (Was Re: stable trees (was: [xen-4.2-testing test] 58584: regressions))

Hyper and Xen Project
 2015-06-24 13:44 UTC  (4+ messages)

[libvirt test] 58119: regressions - FAIL
 2015-06-24 13:39 UTC  (6+ messages)

[PATCH 0/5] MAINTAINERS updates
 2015-06-24 13:38 UTC  (4+ messages)
` [PATCH 1/5] New maintainers for VM events and memory access

[RFC PATCH v3 00/18] Add ITS support
 2015-06-24 13:21 UTC  (12+ messages)
` [RFC PATCH v3 02/18] xen: Add log2 functionality
` [RFC PATCH v3 08/18] xen/arm: vITS: Add virtual ITS driver
` [RFC PATCH v3 09/18] xen/arm: ITS: Add virtual ITS commands support
` [RFC PATCH v3 10/18] xen/arm: ITS: Add APIs to add and assign device

[PATCH] x86: fix build with old gas
 2015-06-24 13:08 UTC  (2+ messages)

[PATCH 0/2] xen{trace/analyze}: fix build on FreeBSD
 2015-06-24 13:08 UTC  (9+ messages)
` [PATCH 1/2] xen{trace/analyze}: don't use 64bit versions of libc functions

[linux-3.4 test] 58845: regressions - FAIL
 2015-06-24 12:50 UTC 

[PATCH v3 00/18] x86/hvm: I/O emulation cleanup and fix
 2015-06-24 12:07 UTC  (7+ messages)
` [PATCH v3 05/18] x86/hvm: remove multiple open coded 'chunking' loops
` [PATCH v3 07/18] x86/hvm: unify internal portio and mmio intercepts

[rumpuserxen test] 58871: regressions - FAIL
 2015-06-24 11:26 UTC 

(xen 4.6 unstable) triple fault when execute fxsave during the procedure of guest iso install
 2015-06-24 10:38 UTC  (6+ messages)

[PATCH 0/2] Build libxc on rump kernel
 2015-06-24 10:30 UTC  (5+ messages)
` [PATCH 1/2] NetBSDRump: provide evtchn.h and privcmd.h
` [PATCH 2/2] libxc: use xc_netbsd.c for rump kernel

Interested in taking up a project
 2015-06-24  9:56 UTC  (5+ messages)

[PATCH] tools: libxl: Take the userdata lock around maxmem changes
 2015-06-24  9:30 UTC  (2+ messages)

[PATCH v6 COLO 00/15] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2015-06-24  9:13 UTC  (4+ messages)
` [PATCH v6 COLO 01/15] docs: add colo readme


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).