xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-26 03:53:31 to 2012-01-27 10:37:49 UTC [more...]

[PATCH v5 00/24] Xenstore stub domain
 2012-01-27 10:37 UTC  (36+ messages)
` [PATCH 01/24] xen: reinstate previously unused XENMEM_remove_from_physmap hypercall
` [PATCH 02/24] xen: allow global VIRQ handlers to be delegated to other domains
` [PATCH 03/24] xen: change virq parameters from int to uint32_t
` [PATCH 04/24] xen: use XSM instead of IS_PRIV for getdomaininfo
` [PATCH 05/24] xen: Preserve reserved grant entries when switching versions
` [PATCH 06/24] tools/libxl: pull xenstore/console domids from xenstore
` [PATCH 07/24] lib{xc, xl}: Seed grant tables with xenstore and console grants
` [PATCH 08/24] mini-os: avoid crash if no console is provided
` [PATCH 09/24] mini-os: remove per-fd evtchn limit
` [PATCH 10/24] mini-os: create app-specific configuration
` [PATCH 11/24] mini-os: Move test functions into test.c
` [PATCH 12/24] mini-os: make frontends and xenbus optional
` [PATCH 13/24] mini-os: fix list.h include guard name
` [PATCH 14/24] xenstored: use grant references instead of map_foreign_range
` [PATCH 15/24] xenstored: refactor socket setup code
` [PATCH 16/24] xenstored: add NO_SOCKETS compilation option
` [PATCH 17/24] xenstored: support for tdb_copy with TDB_INTERNAL
` [PATCH 18/24] xenstored: add --internal-db flag
` [PATCH 19/24] xenstored: support running in minios stubdom
` [PATCH 20/24] stubdom: enable xenstored build
` [PATCH 21/24] xenstored: add --event parameter for bootstrapping
` [PATCH 22/24] xenstored: use domain_is_unprivileged instead of checking conn->id
` [PATCH 23/24] xenstored: add --priv-domid parameter
` [PATCH 24/24] xenstored: Add stub domain builder

[PATCH] xen-netfront: correct MAX_TX_TARGET calculation
 2012-01-27 10:36 UTC  (4+ messages)

[PATCH] qemu: react to XenbusStateClosing
 2012-01-27 10:32 UTC  (2+ messages)

[PATCH v8 00/11] libxl: New event API
 2012-01-27 10:30 UTC  (13+ messages)
` [PATCH 01/11] .gitignore/.hgignore: New names for ioemu dirs, seabios
` [PATCH 02/11] xl: fix a couple of memory leaks
` [PATCH 03/11] libxl: New API for providing OS events to libxl
` [PATCH 04/11] ocaml, libxl: support "private" fields
` [PATCH 05/11] libxl: New event generation API
` [PATCH 06/11] libxl: introduce libxl_fd_set_nonblock, rationalise _cloexec
` [PATCH 07/11] libxl: Permit multithreaded event waiting
` [PATCH 08/11] libxl: Asynchronous/long-running operation infrastructure
` [PATCH 09/11] libxl: New convenience macro CONTAINER_OF
` [PATCH 10/11] libxl: Introduce libxl__ev_devstate
` [PATCH 11/11] libxl: Convert to asynchronous: device removal

RFC PATCH: bring OpenBSD stdarg in line with FreeBSD one
 2012-01-27 10:26 UTC  (4+ messages)

[PATCH 00 of 13 RFC] libxl: add hotplug script calling
 2012-01-27 10:21 UTC  (5+ messages)
` [PATCH 09 of 13 RFC] libxl: destroy devices before device model

[xen-unstable bisection] complete build-amd64
 2012-01-27  9:51 UTC  (5+ messages)

[qemu-upstream-unstable test] 11628: trouble: blocked/broken/pass
 2012-01-27  9:29 UTC  (2+ messages)

[xen-unstable test] 11631: regressions - trouble: blocked/broken/pass
 2012-01-27  9:29 UTC  (2+ messages)

[xen-unstable test] 11627: regressions - trouble: blocked/broken/fail/pass
 2012-01-27  9:29 UTC  (2+ messages)

RFC: Still TODO for 4.2?
 2012-01-27  8:43 UTC  (18+ messages)
  ` Driver domains and hotplug scripts, redux

Fwd: BUG in linux+v3.2.1/drivers/xen/xen-pciback/pci_stub.c
 2012-01-27  3:05 UTC  (5+ messages)
      ` [Xen-devel] "

[linux test] 11638: regressions - trouble: blocked/broken/pass
 2012-01-27  2:45 UTC 

[xen-unstable test] 11637: regressions - trouble: blocked/broken/pass
 2012-01-27  2:40 UTC 

WARN... Device 'cpu1' does not have a release() function, it is broken and must be fixed. when doing 'xl vcpu-set <guest_id> 1'
 2012-01-27  0:53 UTC  (4+ messages)

[PATCH] disable downloading qemu traditional
 2012-01-26 22:34 UTC  (3+ messages)

[PATCH] xenpaging: unify return value in nominate and evict
 2012-01-26 19:56 UTC 

[PATCH 0/2] use pirq_eoi_map in modern Linux kernels
 2012-01-26 18:51 UTC  (16+ messages)
` [PATCH 1/2] xen: Introduce PHYSDEVOP_pirq_eoi_gmfn_new
              ` [PATCH v2 1/2] xen: introduce PHYSDEVOP_pirq_eoi_gmfn_v2
              ` [PATCH v2 2/2] linux/xen: support pirq_eoi_map
` [PATCH "

[PATCH v2 0/2] use pirq_eoi_map in modern Linux kernels
 2012-01-26 17:59 UTC 

[PATCH] Fix setting XENSTORED_ROOTDIR in xencommons
 2012-01-26 17:43 UTC  (2+ messages)

[PATCH] libxl: fix mutex initialization
 2012-01-26 17:41 UTC  (2+ messages)

[PATCH] libxl: fix parse_backend_path and device_backend_path to be mutual
 2012-01-26 17:38 UTC  (2+ messages)

[PATCH] netback: fix multi page ring size calculation
 2012-01-26 17:21 UTC  (2+ messages)

[PATCH 0 of 8] xenalyze: Optimizations
 2012-01-26 17:21 UTC  (9+ messages)
` [PATCH 1 of 8] xenalyze: Improve record-sorting algorithm
` [PATCH 2 of 8] xenalyze: Remove spurious dump_header construction
` [PATCH 3 of 8] xenalyze: Remove --dump-cooked
` [PATCH 4 of 8] xenalyze: Enable -O2 optimization level
` [PATCH 5 of 8] xenalyze: Rework math to remove two 64-bit divisions
` [PATCH 6 of 8] xenalyze: Eliminate unnecessary cycles_to_time calculation
` [PATCH 7 of 8] xenalyze: Introduce more efficient read mechanism
` [PATCH 8 of 8] xenalyze: Get rid of redundant hvm dump_header

Proposed new committer for ARMv7+VE
 2012-01-26 17:16 UTC  (4+ messages)

vesa: flush lfb when releasing VGA to dom0
 2012-01-26 17:08 UTC 

Help needed debugging "EPT Misconfiguration" exception on Intel CPU
 2012-01-26 17:08 UTC 

[PATCH] tools/libxc: send page-in requests in batches in linux_privcmd_map_foreign_bulk
 2012-01-26 17:02 UTC  (4+ messages)

[PATCH 0 of 1] sched: rework locking for dump debugkey
 2012-01-26 16:55 UTC  (4+ messages)
` [PATCH 1 "

vMCE vs migration
 2012-01-26 16:54 UTC  (4+ messages)

[PATCH] xenalyze: add missing casts to fix 64bit build
 2012-01-26 16:45 UTC  (4+ messages)

console: introduce console=none option
 2012-01-26 16:33 UTC  (7+ messages)

[PATCH v2] libxl: fix mutex initialization
 2012-01-26 16:24 UTC 

[PATCH] tools/libxc: handle fallback in linux_privcmd_map_foreign_bulk properly
 2012-01-26 16:19 UTC 

[xen-unstable test] 11609: regressions - FAIL
 2012-01-26 16:06 UTC  (2+ messages)

[PATCH] Get rid of non-static 'inline' modifiers (gcc 4.2.1 complains)
 2012-01-26 15:59 UTC  (2+ messages)

VGA passthough still not working
 2012-01-26 15:34 UTC  (24+ 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: "
                      ` [Xen-devel] "

seabios build failure
 2012-01-26 15:06 UTC  (4+ messages)

Xen 4.2 TODO List Update
 2012-01-26 14:57 UTC  (3+ messages)

[PATCH] tools/libxc: send page-in requests in batches in linux_privcmd_map_foreign_bulk
 2012-01-26 14:51 UTC 

[xen-unstable test] 11601: tolerable FAIL
 2012-01-26 14:48 UTC  (4+ messages)

Race condition in gntdev driver
 2012-01-26 14:27 UTC  (2+ messages)

[xen-unstable test] 11603: regressions - FAIL
 2012-01-26 13:49 UTC  (4+ messages)

[PATCH] tools/libxc: handle fallback in linux_privcmd_map_foreign_bulk properly
 2012-01-26 13:36 UTC 

[PATCH 0 of 8] x86/mm fixes
 2012-01-26 13:31 UTC  (18+ messages)
` [PATCH 1 of 8] x86/mm: Fix paging_load
` [PATCH 4 of 8] x86/mm: Output domain count of paged pages in console
` [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 00 of 13] Sharing overhaul V4
 2012-01-26 13:16 UTC  (4+ messages)

Unused Variable in xl code for CPU Pool
 2012-01-26 13:15 UTC 

[PATCH 0 of 2] RFC Switch mem event ABI from domctl to memops
 2012-01-26 13:08 UTC  (3+ messages)
` [PATCH 1 of 2] Use memops for mem paging, sharing, and access, instead of domctls
` [PATCH 2 of 2] x86/mm: New sharing audit memop

[PATCH] RFC: Use memops for mem paging, sharing, and access, instead of domctls
 2012-01-26 13:00 UTC  (5+ messages)

[PATCH 0/2] Xen (PV and HVM) multiple PV consoles
 2012-01-26 12:43 UTC  (3+ messages)
` [PATCH 1/2] hvc_xen: support PV on HVM consoles
` [PATCH 2/2] hvc_xen: implement multiconsole support

xc_gnttab_get_version question/bug
 2012-01-26 12:04 UTC 

[PATCH] amd iommu: disable iommu emulation on non-iommu systems
 2012-01-26 10:56 UTC 

[PATCH] tools/libxc: fix error handling in xc_mem_paging_load
 2012-01-26 10:54 UTC 

[PATCH 0 of 3] Remus - libxl support
 2012-01-26 10:37 UTC  (13+ 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

[PATCH 0 of 9] libxl: API updates + xl: JSON
 2012-01-26  8:25 UTC  (3+ messages)
` [PATCH 3 of 9] libxl: remove libxl_button_press in favour of libxl_send_trigger


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