messages from 2012-01-24 19:33:18 to 2012-01-26 09:54:01 UTC [more...]
[PATCH 0 of 8] x86/mm fixes
2012-01-26 9:54 UTC (12+ messages)
` [PATCH 1 of 8] x86/mm: Fix paging_load
` [PATCH 2 of 8] x86/mm: Fix p2m teardown locking
` [PATCH 3 of 8] x86/mm: Allow foreign read-only mappings of shared pages
` [PATCH 4 of 8] x86/mm: Output domain count of paged pages in console
` [PATCH 5 of 8] x86/mm: Remove stale variable from debugtrace printk in p2m audit
` [PATCH 6 of 8] x86/mm: Properly account for paged out pages
` [PATCH 7 of 8] x86/mm: clean use of p2m unlocked queries
` [PATCH 8 of 8] x86/mm: Avoid spurious deadlock panic trigger
[PATCH 0 of 3] Remus - libxl support
2012-01-26 9:23 UTC (12+ messages)
` [PATCH 1 of 3] tools/libxl: QEMU device model suspend/resume
` [PATCH 2 of 3] tools/libxl: suspend/postflush/commit callbacks
` [PATCH 3 of 3] tools/libxl: xl remus/remus-receive commands
[xen-unstable test] 11601: tolerable FAIL
2012-01-26 9:21 UTC (3+ messages)
Fwd: BUG in linux+v3.2.1/drivers/xen/xen-pciback/pci_stub.c
2012-01-26 9:17 UTC (4+ messages)
` [Xen-devel] "
[PATCH 0 of 9] libxl: API updates + xl: JSON
2012-01-26 8:25 UTC (12+ messages)
` [PATCH 1 of 9] libxl: Rename libxl IDL infrastructure
` [PATCH 2 of 9] libxl: de-hard-tabbify idl.txt
` [PATCH 3 of 9] libxl: remove libxl_button_press in favour of libxl_send_trigger
` [PATCH 4 of 9] ocaml: add helper's for Some/None option types
` [PATCH 5 of 9] ocaml: Topology.get returns an array not a single element
` [PATCH 6 of 9] libxl: expose cpu topology as a single list of cpu->{node, core, socket} maps
` [PATCH 7 of 9] libxl: drop libxl_cpuarray -- topology was the only user
` [PATCH 8 of 9] libxl: add named enum for timer mode
` [PATCH 9 of 9] xl: use json output by default
` BONUS: [PATCH 10 of 9] docs: document /etc/xen/xl.conf
VGA passthough still not working
2012-01-26 8:19 UTC (23+ messages)
` [Xen-users] "
` [Xen-devel] "
` Future of xend and xl (Was: Re: [Xen-users] VGA passthough still not working)
` [Xen-users] Future of xend and xl (Was: "
[PATCH 00 of 13] Sharing overhaul V4
2012-01-26 3:32 UTC (14+ messages)
` [PATCH 01 of 13] x86/mm: Eliminate hash table in sharing code as index of shared mfns
` [PATCH 02 of 13] x86/mm: Update mem sharing interface to (re)allow sharing of grants
` [PATCH 03 of 13] x86/mm: Add per-page locking for memory sharing, when audits are disabled
` [PATCH 04 of 13] x86/mm: Enforce lock ordering for sharing page locks
` [PATCH 05 of 13] x86/mm: Check how many mfns are shared, in addition to how many are saved
` [PATCH 06 of 13] x86/mm: New domctl: add a shared page to the physmap
` [PATCH 07 of 13] Add the ability to poll stats about shared memory via the console
` [PATCH 08 of 13] x86/mm: use RCU in mem sharing audit list, eliminate global lock completely
` [PATCH 09 of 13] Update memshr API and tools
` [PATCH 10 of 13] Tools: Expose to libxc the total number of shared frames and space saved
` [PATCH 11 of 13] Tools: Add a sharing command to xl for information about shared pages
` [PATCH 12 of 13] Memshrtool: tool to test and exercise the sharing subsystem
` [PATCH 13 of 13] x86/mm: Sharing overhaul style improvements
Race condition in gntdev driver
2012-01-26 1:49 UTC
[xen-unstable test] 11600: tolerable FAIL - PUSHED
2012-01-26 0:38 UTC
GPLPV and pci passthrough
2012-01-26 0:23 UTC (3+ messages)
Regressions in v3.3-rc1 introduced by "xen/granttable: Grant tables V2 implementation"
2012-01-25 22:34 UTC (12+ messages)
` [Xen-devel] "
After switching from "xm" to "xl" toolstack, can't get Guest networking to work
2012-01-25 21:16 UTC (8+ messages)
Load increase after memory upgrade (part2)
2012-01-25 21:02 UTC (6+ messages)
[PATCH v4 00/23] Xenstore stub domain
2012-01-25 20:22 UTC (27+ messages)
` [PATCH 01/23] xen: reinstate previously unused XENMEM_remove_from_physmap hypercall
` [PATCH 02/23] xen: allow global VIRQ handlers to be delegated to other domains
` [PATCH 03/23] xen: change virq parameters from int to uint32_t
` [PATCH 04/23] xen: use XSM instead of IS_PRIV for getdomaininfo
` [PATCH 05/23] xen: Preserve reserved grant entries when switching versions
` [PATCH 06/23] tools/libxl: pull xenstore/console domids from xenstore
` [PATCH 07/23] lib{xc, xl}: Seed grant tables with xenstore and console grants
` [PATCH 08/23] mini-os: avoid crash if no console is provided
` [PATCH 09/23] mini-os: remove per-fd evtchn limit
` [PATCH 10/23] mini-os: create app-specific configuration
` [PATCH 11/23] mini-os: Move test functions into test.c
` [PATCH 12/23] mini-os: make frontends and xenbus optional
` [PATCH 13/23] mini-os: fix list.h include guard name
` [PATCH 14/23] xenstored: use grant references instead of map_foreign_range
` [PATCH 15/23] xenstored: refactor socket setup code
` [PATCH 16/23] xenstored: add NO_SOCKETS compilation option
` [PATCH 17/23] xenstored: support for tdb_copy with TDB_INTERNAL
` [PATCH 18/23] xenstored: support running in minios stubdom
` [PATCH 19/23] stubdom: enable xenstored build
` [PATCH 20/23] xenstored: add --event parameter for bootstrapping
` [PATCH 21/23] xenstored: use domain_is_unprivileged instead of checking conn->id
` [PATCH 22/23] xenstored: add --priv-domid parameter
` [PATCH 23/23] xenstored: Add stub domain builder
VGA Passthru HW upgrade
2012-01-25 19:48 UTC (4+ messages)
[PATCH RFC V4 0/5] kvm : Paravirt-spinlock support for KVM guests
2012-01-25 19:05 UTC (13+ messages)
[PATCH v7 0/9] libxl: New event API
2012-01-25 16:56 UTC (12+ messages)
` [PATCH 6/9] libxl: Asynchronous/long-running operation infrastructure
` [PATCH 8/9] libxl: Introduce libxl__ev_devstate
[PATCH 0 of 3] libxl: tweak the cpupool interface slightly
2012-01-25 16:54 UTC (3+ messages)
` [PATCH 1 of 3] libxl: remove libxl_domain_create_info.poolname
After switching from "xm" to "xl" toolstack, can't get Guest networking to work
2012-01-25 16:47 UTC (27+ messages)
[PATCH v10 0/7] build upstream qemu and seabios by default
2012-01-25 16:37 UTC (4+ messages)
` [PATCH v10 6/7] libxl: use new qemu at the location where xen-unstable installs it
[PATCH] seabios: update to 1.6.3.1 release
2012-01-25 16:28 UTC
docs: Remove outdated LaTex documentation
2012-01-25 16:24 UTC (2+ messages)
[PATCH] libxl_qmp: fix qmp_next
2012-01-25 16:07 UTC
[PATCH V2] Add a GNTTABOP to swap the content of two grant references under lock provided that they are not currently active
2012-01-25 15:56 UTC (3+ messages)
Xen 4.2 TODO List Update
2012-01-25 15:55 UTC (10+ messages)
[PATCH] README: add upstream qemu dependecies
2012-01-25 15:53 UTC
[PATCHv3 0 of 2] libxl: Extend CPU affinity syntax and enable for specifying it in config file
2012-01-25 14:45 UTC (6+ messages)
` [PATCHv3 1 of 2] libxl: extend pCPUs specification for vcpu-pin
` [PATCHv3 1 of 2] libxl: allow for specifying the CPU affinity in the config file
[PATCH 26/28] pci: convert to QEMU Object Model
2012-01-25 13:34 UTC (3+ messages)
[PATCH v4 0/6] save/restore on Xen
2012-01-25 13:05 UTC (7+ messages)
` [PATCH v4 1/6] cirrus_vga: do not reset videoram
` [PATCH v4 2/6] Introduce "save_devices"
` [PATCH v4 3/6] xen: record physmap changes to xenstore
` [PATCH v4 4/6] xen mapcache: check if memory region has moved
` [PATCH v4 5/6] Set runstate to INMIGRATE earlier
` [PATCH v4 6/6] xen: do not allocate RAM during INMIGRATE runstate
[PATCH v2] libxl: add support for yajl 2.x
2012-01-25 12:09 UTC (12+ messages)
[PATCH v3 0/6] save/restore on Xen
2012-01-25 12:00 UTC (9+ messages)
` [PATCH v3 5/6] xen: record physmap changes to xenstore
` [Xen-devel] "
[PATCHv2 0 of 2] libxl: Extend CPU affinity specification and enable it in config file
2012-01-25 11:06 UTC (8+ messages)
` [PATCHv2 1 of 2] libxl: extend pCPUs specification for vcpu-pin
` [PATCHv2 2 of 2] libxl: allow for specifying the CPU affinity in the config file
[xen-unstable test] 11595: tolerable FAIL
2012-01-25 9:38 UTC
Different network traffic measures (dom0 vs. domU)
2012-01-25 9:13 UTC
[PATCH 2/3] xenoprof: Handle 32-bit guest stacks properly in a 64-bit hypervisor
2012-01-25 7:52 UTC (4+ messages)
[PATCH] add netconsole support for xen-netfront
2012-01-25 4:00 UTC (4+ messages)
[xen-unstable test] 11591: tolerable FAIL - PUSHED
2012-01-25 3:49 UTC
[PATCH] xen: allow extra memory stay within lowest available range
2012-01-25 1:42 UTC
[PATCH 0/5] Get rid of get_driver() and put_driver()
2012-01-25 0:06 UTC (2+ messages)
[xen-unstable test] 11584: regressions - FAIL
2012-01-24 22:34 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).