xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-15 17:34:58 to 2012-01-16 18:15:09 UTC [more...]

[PATCH v2 0/6] initial suspend support
 2012-01-16 18:15 UTC 

[PATCH 0/5] ARM: Start working on tools
 2012-01-16 18:01 UTC  (8+ messages)
` [XenARM] "
` [PATCH 1/5] arm: add stub hvm/save.h
  ` [PATCH 2/5] arm: allow libxc to build (untested)
  ` [PATCH 3/5] libxl: do not allocate e820 for non x86 guests
  ` [PATCH 4/5] blktap2/libvhd: Build shared objects using -fPIC
  ` [PATCH 5/5] DO-NOT-APPLY: Hackily remove bits which don't (yet) build on ARM

RFC: Still TODO for 4.2?
 2012-01-16 17:58 UTC  (22+ messages)
    ` Re : "
  ` Driver domains and hotplug scripts, redux

[PATCH 00 of 32 RFC] libxl: drop device_model_info, better defaults support, stubdoms by default
 2012-01-16 17:56 UTC  (80+ messages)
` [PATCH 01 of 32 RFC] libxl: remove comment support from IDL
` [PATCH 02 of 32 RFC] libxl: use keyword arguments for field definitions in aggregate types
` [PATCH 03 of 32 RFC] ocaml: use libxl IDL type helpers for C argument passing
` [PATCH 04 of 32 RFC] ocaml: Correct ocaml type name for Aggregate types
  ` [PATCH 04 of 32] "
` [PATCH 05 of 32 RFC] libxl: define libxl_vnc_info to hold all info about the vnc info
` [PATCH 06 of 32 RFC] libxl: define libxl_spice_info to hold all info about the spice server
` [PATCH 07 of 32 RFC] libxl: define libxl_sdl_info to hold all info about the SDL config
` [PATCH 08 of 32 RFC] libxl: plumb libxl_domain_config down into device model creation
` [PATCH 09 of 32 RFC] libxl: now that dm creation takes domain_config stop passing down devices
` [PATCH 10 of 32 RFC] libxl: remove redundant info from dm info
` [PATCH 11 of 32 RFC] libxl: drop dm_info.dom_name
` [PATCH 12 of 32 RFC] libxl: use vfb[0] directly for xenpv device model
` [PATCH 13 of 32 RFC] libxl: move HVM emulated GFX support into b_info->u.hvm
` [PATCH 14 of 32 RFC] libxl: HVM device configuration info build_info->u.hvm
` [PATCH 15 of 32 RFC] libxl: move gfx_passthru setting to b_info->u.hvm
` [PATCH 16 of 32 RFC] libxl: Remove libxl_device_model_info.type
` [PATCH 17 of 32 RFC] libxl: remove uuid from device model info
` [PATCH 18 of 32 RFC] libxl: move device model selection variables to b_info
` [PATCH 19 of 32 RFC] libxl: move "saved_state" to libxl__domain_build_state
` [PATCH 20 of 32 RFC] libxl: remove libxl_device_model_info
` [PATCH 21 of 32 RFC] libxl: drop vfs patch -- fsback/front were deleted some time ago
  ` [PATCH 21 of 32] libxl: drop vfs patch
` [PATCH 22 of 32 RFC] libxl: only write "disable_pf" key to xenstore when it makes sense
` [PATCH 23 of 32 RFC] libxl: use libxl_*_init internally too
` [PATCH 24 of 32 RFC] libxl: add new "defbool" built in type
` [PATCH 25 of 32 RFC] libxl: make boolean members of libxl_domain_create_info into libxl_defbool
` [PATCH 26 "
` [PATCH 27 of 32 RFC] libxl: use defbool for graphics related options
` [PATCH 28 of 32 RFC] libxl: initialise NULL==default members of build info later
` [PATCH 29 of 32 RFC] libxl: add named enum for timer mode
` [PATCH 30 of 32 RFC] libxl: drop 8M slack for PV guests
` [PATCH 31 of 32 RFC] libxl: switch device model selection over to libxl_defbool
` [PATCH 32 of 32 RFC] libxl: Default to stub device model whenever possible

[xen-4.0-testing test] 10769: tolerable FAIL - PUSHED
 2012-01-16 17:41 UTC 

[PATCH v10 0/7] build upstream qemu and seabios by default
 2012-01-16 17:28 UTC  (11+ messages)
` [PATCH v10 1/7] Introduce git-checkout.sh
` [PATCH v10 2/7] Rename ioemu-dir as qemu-xen-traditional-dir
` [PATCH v10 3/7] move the call to xen-setup after libxc and xenstore are built
` [PATCH v10 4/7] Clone and build upstream Qemu by default
` [PATCH v10 5/7] Clone and build Seabios "
` [PATCH v10 6/7] libxl: use new qemu at the location where xen-unstable installs it
` [PATCH v10 7/7] update MAINTAINERS file

[PATCH] qemu-xen: Intel GPU passthrough, fix OpRegion mapping. (v3)
 2012-01-16 16:23 UTC  (4+ messages)

[PATCH] x86/mm: Improve ring management for memory events. Do not lose guest events
 2012-01-16 16:22 UTC  (11+ messages)

[PATCH] Intel GPU passthrough: Host bridge config space
 2012-01-16 16:00 UTC 

[PATCH] x86/mm: Improve ring management for memory events. Do not lose guest events
 2012-01-16 15:41 UTC  (2+ messages)

[PATCH] qemu: react to XenbusStateClosing
 2012-01-16 15:15 UTC 

RFC: Still TODO for 4.2?
 2012-01-16 15:12 UTC 

[PATCH] intel gpu passthrough: Expose vendor specific pci cap on host bridge
 2012-01-16 15:11 UTC  (3+ messages)

Is this a racing bug in page_make_sharable()?
 2012-01-16 14:51 UTC 

[PATCH RFC V4 0/5] kvm : Paravirt-spinlock support for KVM guests
 2012-01-16 14:47 UTC  (31+ messages)
` [PATCH RFC V4 2/5] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V4 4/5] kvm : pv-ticketlocks support for linux guests running on KVM hypervisor
` [PATCH RFC V4 5/5] Documentation/kvm : Add documentation on Hypercalls and features used for PV spinlock

Is this a racing bug in page_make_sharable()?
 2012-01-16 14:43 UTC 

[PATCH] [passthrough] Change init for pt_pci_host return value
 2012-01-16 14:40 UTC 

[xen-unstable bisection] complete test-i386-i386-xl
 2012-01-16 14:30 UTC  (7+ messages)

[linux test] 10764: tolerable FAIL - PUSHED
 2012-01-16 12:54 UTC 

[PATCH] libxl: don't set backend state to 5 when trying to unplug a device
 2012-01-16 12:14 UTC  (6+ messages)

[RFC PATCH] New Xen netback implementation
 2012-01-16 11:46 UTC  (20+ messages)
` [RFC PATCH 1/6] netback: page pool version 1
` [RFC PATCH 2/6] netback: add module unload function
  ` [Xen-devel] "
` [RFC PATCH 3/6] netback: switch to NAPI + kthread model
  ` [Xen-devel] "
` [RFC PATCH 4/6] netback: add module get/put operations along with vif connect/disconnect
  ` [Xen-devel] "

[xen-unstable test] 10763: regressions - FAIL
 2012-01-16 10:44 UTC 

[PATCH 00 of 14 V3] amd iommu: support ATS device passthru on IOMMUv2 systems
 2012-01-16 10:29 UTC  (4+ messages)
` [PATCH 03 of 14 V3] amd iommu: Add iommu emulation for hvm guest

[xen-4.1-testing test] 10762: tolerable FAIL - PUSHED
 2012-01-16  9:06 UTC 

[xen-unstable test] 10755: regressions - FAIL
 2012-01-16  8:56 UTC  (3+ messages)

[PATCH v2 00/18] Xenstore stub domain
 2012-01-16  8:19 UTC  (9+ messages)
` [PATCH] xenbus: Add support for xenbus backend in "

[xen-4.0-testing test] 10761: regressions - FAIL
 2012-01-16  6:56 UTC 

[PATCH 00 of 12] Sharing overhaul
 2012-01-16  2:56 UTC  (13+ messages)
` [PATCH 01 of 12] x86/mm: Eliminate hash table in sharing code as index of shared mfns
` [PATCH 02 of 12] x86/mm: Update mem sharing interface to (re)allow sharing of grants
` [PATCH 03 of 12] x86/mm: Add per-page locking for memory sharing, when audits are disabled
` [PATCH 04 of 12] x86/mm: Enforce lock ordering for sharing page locks
` [PATCH 05 of 12] x86/mm: Check how many mfns are shared, in addition to how many are saved
` [PATCH 06 of 12] x86/mm: New domctl: add a shared page to the physmap
` [PATCH 07 of 12] Add the ability to poll stats about shared memory via the console
` [PATCH 08 of 12] x86/mm: use RCU in mem sharing audit list, eliminate global lock completely
` [PATCH 09 of 12] Update memshr API and tools
` [PATCH 10 of 12] Tools: Expose to libxc the total number of shared frames and space saved
` [PATCH 11 of 12] Tools: Add a sharing command to xl for information about shared pages
` [PATCH 12 of 12] Memshrtool: tool to test and exercise the sharing subsystem

Sound not working properly on Xen Dom0, but works on native
 2012-01-16  0:12 UTC 

[xen-unstable test] 10757: regressions - FAIL
 2012-01-15 23:36 UTC 

[PATCH] compile fixes for xen with gcc-4.7 on Fedora 17
 2012-01-15 21:44 UTC  (2+ messages)

[xen-unstable test] 10752: regressions - FAIL
 2012-01-15 17:34 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).