xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-07 07:59:30 to 2014-08-08 07:39:52 UTC [more...]

[RFC Patch v2 00/45] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2014-08-08  7:39 UTC  (51+ messages)
` [RFC Patch v2 01/45] copy the correct page to memory
` [RFC Patch v2 02/45] csum the correct page
` [RFC Patch v2 03/45] don't zero out ioreq page
` [RFC Patch v2 04/45] Refactor domain_suspend_callback_common()
` [RFC Patch v2 05/45] Update libxl__domain_resume() for colo
` [RFC Patch v2 06/45] Update libxl__domain_suspend_common_switch_qemu_logdirty() "
` [RFC Patch v2 07/45] Introduce a new internal API libxl__domain_unpause()
` [RFC Patch v2 08/45] Update libxl__domain_unpause() to support qemu-xen
` [RFC Patch v2 09/45] support to resume uncooperative HVM guests
` [RFC Patch v2 10/45] update datecopier to support sending data only
` [RFC Patch v2 11/45] introduce a new API to aync read data from fd
` [RFC Patch v2 12/45] move remus related codes to libxl_remus.c
` [RFC Patch v2 13/45] rename remus device to checkpoint device
` [RFC Patch v2 14/45] adjust the indentation
` [RFC Patch v2 15/45] don't touch remus in checkpoint_device
` [RFC Patch v2 16/45] Update libxl_save_msgs_gen.pl to support return data from xl to xc
` [RFC Patch v2 17/45] Allow slave sends data to master
` [RFC Patch v2 18/45] secondary vm suspend/resume/checkpoint code
` [RFC Patch v2 19/45] primary vm suspend/get_dirty_pfn/resume/checkpoint code
` [RFC Patch v2 20/45] xc_domain_save: flush cache before calling callbacks->postcopy() in colo mode
` [RFC Patch v2 21/45] COLO: xc related codes
` [RFC Patch v2 22/45] send store mfn and console mfn to xl before resuming secondary vm
` [RFC Patch v2 23/45] implement the cmdline for COLO
` [RFC Patch v2 24/45] HACK: do checkpoint per 20ms
` [RFC Patch v2 25/45] colo: dynamic allocate aio_requests to avoid -EBUSY error
` [RFC Patch v2 26/45] fix memory leak in block-remus
` [RFC Patch v2 27/45] pass uuid to the callback td_open
` [RFC Patch v2 28/45] return the correct dev path
` [RFC Patch v2 29/45] blktap2: use correct way to get remus_image
` [RFC Patch v2 30/45] don't call client_flush() when switching to unprotected mode
` [RFC Patch v2 31/45] remus: fix bug in tdremus_close()
` [RFC Patch v2 32/45] blktap2: use correct way to get free event id
` [RFC Patch v2 33/45] blktap2: don't return negative "
` [RFC Patch v2 34/45] blktap2: use correct way to define array
` [RFC Patch v2 35/45] blktap2: connect to backup asynchronously
` [RFC Patch v2 36/45] switch to unprotected mode before closing
` [RFC Patch v2 37/45] blktap2: move async connect related codes to block-replication.c
` [RFC Patch v2 38/45] blktap2: move ramdisk "
` [RFC Patch v2 39/45] block-colo: implement colo disk replication
` [RFC Patch v2 40/45] pass correct file to qemu if we use blktap2
` [RFC Patch v2 41/45] support blktap remus in xl
` [RFC Patch v2 42/45] support blktap colo in xl:
` [RFC Patch v2 43/45] update libxl__device_disk_from_xs_be() to support blktap device
` [RFC Patch v2 44/45] libxl/colo: setup and control disk replication for blktap2 backends
` [RFC Patch v2 45/45] x86/hvm: Always set pending event injection when loading VMC[BS] state
` [RFC Patch v2 46/45] Introduce "xen-load-devices-state"

[PATCH 1/1] xen:include:asm-x86:e820: just covert nr_map with unsigned int
 2014-08-08  7:38 UTC  (4+ messages)

[RFC][PATCH 0/5] xen: reserve RMRR to avoid conflicting MMIO/RAM
 2014-08-08  7:30 UTC  (10+ messages)
` [RFC][PATCH 1/5] xen:x86: record RMRR mappings
` [RFC][PATCH 2/5] xen:x86: introduce a new hypercall to get "
` [RFC][PATCH 3/5] tools:libxc: remove mmio BAR out of "
` [RFC][PATCH 4/5] tools:firmware:hvmloader: reserve RMRR mappings in e820
` [RFC][PATCH 5/5] xen:vtd: make USB RMRR mapping safe

[Xen-unstable] XenbusState signaling with regard to pci-detach on HVM guests
 2014-08-08  7:09 UTC  (2+ messages)

Lots of connections led oxenstored stuck
 2014-08-08  7:01 UTC 

[PATCH v3 1/2] x86/mem_event: Deliver gla fault EPT violation information
 2014-08-08  7:00 UTC  (4+ messages)
` [PATCH v3 2/2] tools/xen-access: Print gla valid/fault information

[PATCH v1 0/2] Extend ioreq-server to support page write protection
 2014-08-08  6:32 UTC  (15+ messages)

[PATCH 1/4] PCI: introduce helper functions for device flag operation
 2014-08-08  5:36 UTC  (4+ messages)
` [PATCH 2/4] KVM: use pci device flag operation helper functions
` [PATCH 3/4] xen-pciback: use pci device flag operation helper function
` [PATCH 4/4] PCI: use device flag operation helper function in iov.c

[PATCH v3 0/4 resend] Introduce device assignment flag operation helper function
 2014-08-08  5:36 UTC 

[PATCH net-next 0/2] xen-netback: Changes around carrier handling
 2014-08-08  5:29 UTC  (4+ messages)

[qemu-mainline test] 29635: regressions - FAIL
 2014-08-08  3:55 UTC 

heavy P2M lock contention on guest HPET counter reads
 2014-08-08  2:46 UTC  (7+ messages)

Refactoring mempaging code from xenpaging to libxc and few updates
 2014-08-08  2:37 UTC  (5+ messages)
` [PATCH v3 1/3] tools/libxc: refactored mempaging code from xenpaging to libxc
` [PATCH v3 2/3] tools/libxc/xc_mem_paging_setup.c: replacing deprecated function calls
` [PATCH v3 3/3] tools/libxc/xc_mem_paging_setup.c: FIX- Race condition between initializing shared ring and mempaging

[PATCH] x86/hvm: implement save/restore for posted interrupts
 2014-08-08  0:18 UTC  (12+ messages)

[linux-next test] 29634: tolerable FAIL
 2014-08-07 23:49 UTC 

linux PVH broken in 3.16.0-rc7 (arch_gnttab_map_shared)
 2014-08-07 23:45 UTC  (5+ messages)

[PATCH v2 1/2] x86/mem_event: Deliver gla fault EPT violation information
 2014-08-07 23:05 UTC  (11+ messages)
` [PATCH v2 2/2] tools/xen-access: Print gla valid/fault information

[PATCH net-next v2] xen-netback: Fix vif->disable handling
 2014-08-07 23:04 UTC 

[xen-unstable test] 29630: regressions - FAIL
 2014-08-07 22:14 UTC 

[GIT PULL] Xen updates for 3.17-rc0
 2014-08-07 18:30 UTC  (2+ messages)

[PATCH v18 00/11] Remus/Libxl: Remus network buffering and drbd disk
 2014-08-07 18:30 UTC  (3+ messages)
` [PATCH v18 04/11] libxl/remus: introduce an abstract Remus device layer

Introduction / Upcoming project ?
 2014-08-07 18:24 UTC  (2+ messages)

[PATCH 1/2] x86/mem_event: Deliver gla fault EPT violation information
 2014-08-07 17:56 UTC  (6+ messages)
` [PATCH 2/2] tools/xen-access: Print gla valid/fault information

[PATCH v2] x86/intel: Protect set_cpuidmask() against #GP faults
 2014-08-07 17:37 UTC  (3+ messages)
` Ping: "

[PATCH] x86/xen: resume timer irqs early
 2014-08-07 17:29 UTC  (2+ messages)

[PATCH V2 00/12] arm64 EFI stub
 2014-08-07 17:26 UTC  (6+ messages)
` [PATCH V2 04/12] Refactor read_file() so it can be shared

How to enable toolstack logging from libxl?
 2014-08-07 16:48 UTC  (2+ messages)

[PATCH v2 00/21] xen/arm: Add support for non-pci passthrough
 2014-08-07 16:39 UTC  (11+ messages)
` [PATCH v2 09/21] xen/arm: Release IRQ routed to a domain when it's destroying

[PATCH v4 0/3] Move xenstore and libxc public headers to include subdir
 2014-08-07 16:40 UTC  (7+ messages)
` [PATCH v4 1/3] "

[PATCH v3] xen: domain_update_node_affinity: Bail out early if no VCPUs are allocated
 2014-08-07 16:38 UTC  (2+ messages)

[PATCH RFC 2/2] xen: arm: Enable physical address space compression (PDX) on arm64
 2014-08-07 16:03 UTC 

[xen-4.3-testing test] 29629: regressions - FAIL
 2014-08-07 16:02 UTC 

[PATCH V3] tools/tests: Add EIP check to test_x86_emulator.c
 2014-08-07 16:02 UTC  (5+ messages)
  ` [PATCH] test_x86_emulator: add missing EIP checks

[PATCH RFC 1/2] xen: refactor physical address space compression support into common code
 2014-08-07 15:56 UTC 

[PATCH] xen: domain_update_node_affinity: Correct the ASSERT
 2014-08-07 15:53 UTC  (5+ messages)

[PATCH RFC 1/9] xen: arm: rename p2m->first_level to p2m->root
 2014-08-07 15:49 UTC  (5+ messages)
` [PATCH RFC 8/9] xen: arm: support for up to 48-bit physical addressing on arm64
` [PATCH RFC 9/9] xen: arm: support for up to 48-bit IPA "

How to display dom0 kernel printk on hvc0
 2014-08-07 15:43 UTC  (8+ messages)

[PATCH] x86_emulate: properly do IP updates and other side effects on success
 2014-08-07 14:57 UTC  (6+ messages)

[PATCH] mini-os: enable compiler check for printk format types
 2014-08-07 14:55 UTC  (2+ messages)

Starting C xenstored...WARNING: Failed to open connection to gnttab
 2014-08-07 14:28 UTC  (2+ messages)

[PATCH v3] add support for libvirt-like channels
 2014-08-07 14:26 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v8 0/7] xen/arm: Add GICv3 support
 2014-08-07 14:11 UTC  (8+ messages)

virtualization Android OS + XEN
 2014-08-07 14:01 UTC  (4+ messages)

[URGENT] GSoC Reunion 23-26 October at the San Jose Marriott
 2014-08-07 14:00 UTC  (2+ messages)

[linux-3.14 test] 29628: regressions - trouble: blocked/broken/fail/pass
 2014-08-07 13:58 UTC 

[PATCH net-next v2] xen-netback: Fix vif->disable handling
 2014-08-07 12:38 UTC 

[PATCH] xen-netback: Change disable flag from bool to a bit
 2014-08-07 12:36 UTC  (2+ messages)

[PATCH RFC 0/1] Introduce VCPUOP_reset_vcpu_info
 2014-08-07 11:54 UTC  (7+ messages)

Introduce rt real-time scheduler for Xen
 2014-08-07 11:48 UTC  (7+ messages)
` [PATCH RFC v2 1/4] xen: add real time scheduler rt

[PATCH V2] tools/tests: Add EIP check to test_x86_emulator.c
 2014-08-07 11:29 UTC  (2+ messages)

[PATCH v3 0/3] map grant refs at pfn = mfn
 2014-08-07 11:19 UTC  (14+ messages)

[v6][PATCH 1/2] xen:x86:mm:p2m: introduce set_identity_p2m_entry
 2014-08-07 10:59 UTC  (18+ messages)
` [v6][PATCH 2/2] xen:vtd: missing RMRR mapping while share EPT

[qemu-upstream-unstable test] 29627: regressions - FAIL
 2014-08-07 10:02 UTC 

[PATCH] tools/tests: Add EIP check to test_x86_emulator.c
 2014-08-07  9:35 UTC  (10+ messages)

[PATCH v5] Fixes to Xen pciback for 3.17
 2014-08-07  9:04 UTC 

ELF .note BSD_SYMTAB
 2014-08-07  8:55 UTC  (3+ messages)

[PATCH] x86/vHPET: use rwlock instead of simple one
 2014-08-07  8:40 UTC 

[PATCH v4 0/4] Fix grant/foreign mappings with auto-translated guests
 2014-08-07  8:12 UTC  (3+ messages)
` [PATCH v4 3/4] amd-iommu: disable iommu_hap_pt_share with AMD IOMMUs
  ` Ping: "

Possible problem emulating movntq, movss
 2014-08-07  8:09 UTC  (6+ 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).