xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-17 13:10:36 to 2014-07-18 13:08:12 UTC [more...]

[PATCH v3 00/10] xen: arm: Refactor/improve early DT parsing and multiboot module support
 2014-07-18 13:08 UTC  (3+ messages)
` [PATCH v3 01/10] xen: arm: implement generic multiboot compatibility strings
` [PATCH v3 02/10] xen: arm: /chosen/module@N/bootargs bootprotcol node is not deprecated

[PATCH] xen: arm: use physical processor ID (MPIDR) when calling psci CPU_ON
 2014-07-18 12:52 UTC  (3+ messages)

[PATCH 0/3] xen: arm: various p2m handling fixups
 2014-07-18 12:51 UTC  (6+ messages)
` [PATCH 3/3] xen: arm: correctly handle removing a subset of a superpage mapping

[PATCH ARM v6 00/14] mini-os: initial ARM support
 2014-07-18 12:45 UTC  (34+ messages)
` [PATCH ARM v6 01/14] mini-os: x86_64: make thread stacks 16-byte aligned
` [PATCH ARM v6 02/14] mini-os: don't include lib.h from mm.h
` [PATCH ARM v6 04/14] mini-os: headers for ARM
` [PATCH ARM v6 05/14] mini-os: import libfdt
` [PATCH ARM v6 06/14] mini-os: use generic local_irq_enable function
` [PATCH ARM v6 07/14] mini-os: arm: boot code

[Patch v3 1/2] tools/libxc: Shuffle definitions and uses of min()/max() macros
 2014-07-18 12:43 UTC  (10+ messages)
` [Patch v3 2/2] tools/libxc: Implement writev_exact() in the same style as write_exact()
      ` [PATCH v4 "

[PATCH v9 00/14] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-07-18 12:43 UTC  (5+ messages)
` [PATCH RESEND "
  ` [PATCH RESEND v9 02/14] arch/arm: let map_mmio_regions() take pfn as parameters

[PATCH V2] Fix: 'xl vncviewer' accesses port 0 by any invalid domid
 2014-07-18 12:42 UTC  (2+ messages)

[PATCH 1/5] make: Check tools/qemu-xen[-traditional] for qemu before downloading
 2014-07-18 12:39 UTC  (6+ messages)
` [PATCH 5/5] make: Make "src-tarball" target actually make a source tarball

[PATCH v1 00/10] libxl: synchronise domain configuration
 2014-07-18 12:20 UTC  (23+ messages)
` [PATCH v1 05/10] libxl: synchronise configuration when we hotplug a device
` [PATCH v1 07/10] libxl: make libxl_cd_insert "eject" + "insert"
` [PATCH v1 08/10] libxl: introduce libxl_get_memory_static_max
` [PATCH v1 09/10] libxl: introduce libxl_retrieve_domain_configuration

[PATCH RFC 00/18] Introducing Xen PV block driver to OVMF
 2014-07-18 12:12 UTC  (18+ messages)
  ` [PATCH RFC 02/18] OvmfPkg: Add basic skeleton for the Xenbus driver
  ` [PATCH RFC 03/18] OvmfPkg/XenbusDxe: Add device state struct and create an ExitBoot services event
  ` [PATCH RFC 05/18] OvmfPkg/XenbusDxe: Open PciIo protocol
  ` [PATCH RFC 06/18] OvmfPkg: Introduce Xenbus Protocol
  ` [PATCH RFC 08/18] OvmfPkg/XenbusDxe: Add Grant Table functions
  ` [PATCH RFC 14/18] OvmfPkg/XenbusDxe: Indroduce XenBus support itself
  ` [PATCH RFC 17/18] OvmfPkg/XenPvBlkDxe: Add BlockFront client
  ` [PATCH RFC 18/18] OvmfPkg/XenPvBlkDxe: Add BlockIo

Introduce rt real-time scheduler for Xen
 2014-07-18 12:11 UTC  (31+ messages)
` [PATCH RFC v1 1/4] rt: Add rt scheduler to hypervisor
` [PATCH RFC v1 2/4] xl for rt scheduler
` [PATCH RFC v1 3/4] libxl "
` [PATCH RFC v1 4/4] libxc "

[PATCH v6 00/10] vnuma introduction
 2014-07-18 11:48 UTC  (20+ messages)
` [PATCH v6 01/10] xen: vnuma topology and subop hypercalls
` [PATCH v6 02/10] xsm bits for vNUMA hypercalls
` [PATCH v6 03/10] vnuma hook to debug-keys u
` [PATCH v6 04/10] libxc: Introduce xc_domain_setvnuma to set vNUMA
` [PATCH v6 05/10] libxl: vnuma topology configuration parser and doc
` [PATCH v6 06/10] libxc: move code to arch_boot_alloc func
` [PATCH v6 07/10] libxc: allocate domain memory for vnuma enabled
` [PATCH v6 08/10] libxl: build numa nodes memory blocks
` [PATCH v6 09/10] libxl: vnuma nodes placement bits
` [PATCH v6 10/10] libxl: set vnuma for domain

[RFC Patch 00/25] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2014-07-18 11:43 UTC  (28+ messages)
` [RFC Patch 01/25] copy the correct page to memory
` [RFC Patch 02/25] csum the correct page
` [RFC Patch 03/25] don't zero out ioreq page
` [RFC Patch 04/25] don't touch remus in remus_device
` [RFC Patch 05/25] rename remus device to checkpoint device
` [RFC Patch 06/25] adjust the indentation
` [RFC Patch 07/25] Refactor domain_suspend_callback_common()
` [RFC Patch 08/25] Update libxl__domain_resume() for colo
` [RFC Patch 09/25] Update libxl__domain_suspend_common_switch_qemu_logdirty() "
` [RFC Patch 10/25] Introduce a new internal API libxl__domain_unpause()
` [RFC Patch 11/25] Update libxl__domain_unpause() to support qemu-xen
` [RFC Patch 12/25] support to resume uncooperative HVM guests
` [RFC Patch 13/25] update datecopier to support sending data only
` [RFC Patch 14/25] introduce a new API to aync read data from fd
` [RFC Patch 15/25] Update libxl_save_msgs_gen.pl to support return data from xl to xc
` [RFC Patch 16/25] Allow slave sends data to master
` [RFC Patch 17/25] secondary vm suspend/resume/checkpoint code
` [RFC Patch 18/25] primary vm suspend/get_dirty_pfn/resume/checkpoint code
` [RFC Patch 19/25] xc_domain_save: flush cache before calling callbacks->postcopy() in colo mode
` [RFC Patch 20/25] COLO: xc related codes
` [RFC Patch 21/25] send store mfn and console mfn to xl before resuming secondary vm
` [RFC Patch 22/25] implement the cmdline for COLO
` [RFC Patch 23/25] HACK: do checkpoint per 20ms
` [RFC Patch 24/25] fix vm entry fail
` [RFC Patch 25/25] sync mmu before resuming secondary vm
` [RFC Patch 26/25] Introduce "xen-load-devices-state"

[PATCH RFC 1/4] xen PVonHVM: use E820_Reserved area for shared_info
 2014-07-18 11:05 UTC 

Live Snapshot problem: Xen 4.4+ with qcow2 disk
 2014-07-18 10:48 UTC  (2+ messages)

[PATCH 0/2] Xen/mem_event: Do not rely on the toolstack being bug-free
 2014-07-18 10:41 UTC  (21+ messages)
` [PATCH 1/2] Xen/mem_event: Validate the response vcpu_id before acting on it
` [PATCH 2/2] Xen/mem_event: Prevent underflow of vcpu pause counts
  ` [PATCH v2 "

[PATCH v16 0/7] Remus/Libxl: Remus network buffering and drbd disk
 2014-07-18 10:14 UTC  (7+ messages)
` [PATCH v16 2/7] remus: introduce remus device

Compilation Error in extras/mini-os/tpmback.c
 2014-07-18 10:09 UTC  (6+ messages)

[PATCH v6 00/13] xen: add systemd support
 2014-07-18  9:27 UTC  (10+ messages)
` [PATCH v6 02/13] cxenstored: add support for systemd active sockets

[linux-3.4 test] 29382: regressions - FAIL
 2014-07-18  8:00 UTC 

QXL problem: Xen 4.4.1 rc1 and xen 4.5 unstable
 2014-07-18  7:55 UTC  (14+ messages)
        ` 回复: "
                        ` qemu crash on windows 7 resolution change on spice

[PATCH] Fix: 'xl vncviewer' accesses port 0 by any invalid domid
 2014-07-18  6:31 UTC 

[PATCH v6 1/1] xen: vnuma for pv guests
 2014-07-18  5:57 UTC 

[PATCH v6 0/1] introduce vnuma for Xen guests
 2014-07-18  5:57 UTC 

[linux-3.10 test] 29381: regressions - FAIL
 2014-07-18  4:41 UTC 

[qemu-mainline test] 29380: tolerable FAIL - PUSHED
 2014-07-18  1:42 UTC 

[PATCH v7 0/8] xen: add systemd support
 2014-07-17 23:28 UTC  (9+ messages)
` [PATCH v7 1/8] xenstored: enable usage of config.h on both xenstored and oxenstored
` [PATCH v7 2/8] cxenstored: add support for systemd active sockets
` [PATCH v7 3/8] oxenstored: "
` [PATCH v7 4/8] oxenstored: force FD_CLOEXEC with Unix.set_close_on_exec on LSB init
` [PATCH v7 5/8] autoconf: xen: move standard path variables to config/Paths.mk.in
` [PATCH v7 6/8] xencommons: move module list into a generic place
` [PATCH v7 7/8] autoconf: xen: enable explicit preference option for xenstored preference
` [PATCH v7 8/8] systemd: add xen systemd service and module files

[linux-next test] 29379: tolerable trouble: blocked/broken/fail/pass
 2014-07-17 21:59 UTC 

[PATCH] libxl: Implement basic video device selection
 2014-07-17 21:31 UTC  (3+ messages)

[linux-3.10 test] 29378: regressions - trouble: broken/fail/pass
 2014-07-17 20:01 UTC 

[PATCH] docs, amd_ucode: Add AMD container file format notes
 2014-07-17 19:50 UTC  (5+ messages)

Trying to unmap invalid handle! pending_idx: @ drivers/net/xen-netback/netback.c:998 causes kernel panic/reboot
 2014-07-17 19:17 UTC  (4+ messages)

[PATCH for stable 3.15 2/4] xen-netback: Fix releasing frag_list skbs in error path
 2014-07-17 19:10 UTC  (3+ messages)
` [PATCH for stable 3.15 3/4] xen-netback: Fix releasing header slot on "
` [PATCH for stable 3.15 4/4] xen-netback: Fix pointer incrementation to avoid incorrect logging

[PATCH for stable 3.15 1/4] xen-netback: Fix handling frag_list on grant op error path
 2014-07-17 19:10 UTC 

[PATCH net 1/4] xen-netback: Fix handling frag_list on grant op error path
 2014-07-17 19:09 UTC  (4+ messages)
` [PATCH net 2/4] xen-netback: Fix releasing frag_list skbs in "
` [PATCH net 3/4] xen-netback: Fix releasing header slot on "
` [PATCH net 4/4] xen-netback: Fix pointer incrementation to avoid incorrect logging

[PATCH net 0/4] xen-netback: Fixing up xenvif_tx_check_gop
 2014-07-17 19:09 UTC 

[linux-linus test] 29375: regressions - FAIL
 2014-07-17 19:00 UTC 

[Xen-devel] [v5][PATCH 0/5] xen: add Intel IGD passthrough support
 2014-07-17 17:37 UTC  (12+ messages)
        ` ResettRe: "

Rebooting domu fails in nfs share exported from another domu on the same dom0
 2014-07-17 16:56 UTC  (3+ messages)

[PATCH v5] xen/arm : emulation of arm's PSCI v0.2 standard
 2014-07-17 16:41 UTC 

[PATCH 1/4] drivers/xen/events/events_base.c: drop negativity check of unsigned parameter
 2014-07-17 16:25 UTC 

[libvirt test] 29377: tolerable FAIL - PUSHED
 2014-07-17 15:23 UTC 

[PATCH] Fix: 'xl vncviewer' accesses port 0 by any invalid domid
 2014-07-17 15:17 UTC  (2+ messages)

10s shutdown delay for PV guests with PCI passthrough
 2014-07-17 14:41 UTC 

xen-unstable stubdom build-failure when debug=n
 2014-07-17 14:25 UTC  (3+ messages)

[xen-unstable test] 29374: tolerable FAIL
 2014-07-17 13:56 UTC 

[PATCH v8] mmap_vmcore: skip non-ram pages reported by hypervisors
 2014-07-17 13:10 UTC 


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