xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-01 04:38:24 to 2012-02-02 16:38:02 UTC [more...]

[PATCH 00/11] arm: compile tools
 2012-02-02 16:38 UTC  (4+ messages)
` [PATCH 01/11] arm: few missing #define
` [PATCH 02/11] arm: add stub hvm/save.h
` [PATCH 03/11] arm: arch_dump_shared_mem_info as a no-op

[xen-unstable test] 11825: regressions - FAIL
 2012-02-02 15:52 UTC  (5+ messages)

[xen-unstable test] 11807: regressions - FAIL
 2012-02-02 15:49 UTC  (3+ messages)

[PATCH 0 of 5] Synchronized p2m lookups
 2012-02-02 15:33 UTC  (15+ messages)
` [PATCH 1 of 5] Make p2m lookups fully synchronized wrt modifications
` [PATCH 2 of 5] Clean up locking now that p2m lockups are fully synchronized
` [PATCH 3 of 5] Rework locking in the PoD layer
` [PATCH 4 of 5] Re-order calls to put_gfn() around wait queu invocations
` [PATCH 5 of 5] x86/mm: Revert changeset 24582:f6c33cfe7333

[PATCH 00/10] FLASK updates: MSI interrupts, cleanups
 2012-02-02 15:28 UTC  (15+ messages)
` [PATCH 0/8] XSM/FLASK updates part 2: booleans, stubdoms
  ` [PATCH 1/8] xen/xsm: fix incorrect handling of XSM hook return
  ` [PATCH 2/8] xsm/flask: allow policy booleans to be addressed by name
  ` [PATCH 3/8] libflask: Add boolean manipulation functions
  ` [PATCH 4/8] flask: add flask-{get,set}-bool tools
  ` [PATCH 5/8] flask/policy: Add boolean example
  ` [PATCH 6/8] libxl: Add device_model_stubdomain_seclabel
  ` [PATCH 7/8] flask/policy: add device model types to example policy
  ` [PATCH 8/8] xsm/flask: Improve domain ID auditing in AVCs

[PATCH 0 of 2] x86/mm: Switch paging/sharing/access per-page ops to memops
 2012-02-02 14:58 UTC  (7+ 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

Xen Security Advisory 6 (CVE-2012-0029) - HVM e1000, buffer overflow
 2012-02-02 14:57 UTC 

[PATCH v4 0/3] libxl: save/restore qemu physmap
 2012-02-02 14:41 UTC  (5+ messages)
` [PATCH v4 1/3] libxc: introduce XC_SAVE_ID_TOOLSTACK
` [PATCH v4 2/3] libxl: save/restore qemu's physmap
` [PATCH v4 3/3] libxl_qmp: remove libxl__qmp_migrate, introduce libxl__qmp_save

[linux test] 11824: tolerable FAIL
 2012-02-02 14:22 UTC 

questions about minios idd
 2012-02-02 14:04 UTC 

[PATCH 0 of 9] x86/mm: Fixes to sharing, paging and p2m
 2012-02-02 13:46 UTC  (15+ messages)
` [PATCH 1 of 9] x86/mm: Remove p2m_ram_paging_in
` [PATCH 2 of 9] x86/mm: Don't fail to nominate for paging on type flag, rather look at type count
` [PATCH 3 of 9] x86/mm: Refactor possibly deadlocking get_gfn calls
` [PATCH 4 of 9] Reorder locks used by shadow code in anticipation of synchronized p2m lookups
` [PATCH 5 of 9] x86/mm: When removing/adding a page from/to the physmap, keep in mind it could be shared
` [PATCH 6 of 9] x86/mm: Fix balooning+sharing
` [PATCH 7 of 9] x86/mm: Fix paging stats
` [PATCH 8 of 9] x86/mm: Make sharing ASSERT check more accurate
` [PATCH 9 of 9] x86/mm: Make debug_{gfn, mfn, gref} calls to sharing more useful and correct

Domain relinquish resources racing with p2m access
 2012-02-02 13:34 UTC  (2+ messages)

[PATCH 00 of 29 RFC] libxl: move device plug/unplug to a separate daemon
 2012-02-02 13:27 UTC  (30+ messages)
` [PATCH 01 of 29 RFC] libxl: Atomicaly check backend state and set it to 5 at device_remove
` [PATCH 02 of 29 RFC] hotplug/block: get the type of block device from file path (NetBSD)
` [PATCH 03 of 29 RFC] libxl: allow libxl__exec to take a parameter containing the env variables
` [PATCH 04 of 29 RFC] libxl: add libxl__forkexec function to libxl_exec
` [PATCH 05 of 29 RFC] libxl: wait for devices to initialize upon addition to the domain
` [PATCH 06 of 29 RFC] hotplug NetBSD: pass an action instead of a state to hotplug scripts
` [PATCH 07 of 29 RFC] libxl: perform xenstore device cleanup from libxl
` [PATCH 08 of 29 RFC] libxl: remove force parameter from libxl__device_remove
` [PATCH 09 of 29 RFC] libxl: add better error checking on libxl__device_remove
` [PATCH 10 of 29 RFC] libxl: destroy devices before device model
` [PATCH 11 of 29 RFC] libxl: execute hotplug scripts directly from libxl
` [PATCH 12 of 29 RFC] libxl: add hotplug script calling for NetBSD
` [PATCH 13 of 29 RFC] libxl: add hotplug script calls for Linux
` [PATCH 14 of 29 RFC] rc.d NetBSD: don't start xenbackendd by default, only when xend needs it
` [PATCH 15 of 29 RFC] NetBSD/xencommons: remove xend precmd folder creation
` [PATCH 16 of 29 RFC] libxl: introduce libxl__device_hotplug_path
` [PATCH 17 of 29 RFC] libxl: add enum with possible hotplug state
` [PATCH 18 of 29 RFC] libxl: introduce libxl__device_generic_hotplug_add
` [PATCH 19 of 29 RFC] libxl: add libxl__device_hotplug_disconnect
` [PATCH 20 of 29 RFC] libxl: introduce libxl hotplug public API functions
` [PATCH 21 of 29 RFC] libxl: add libxl__parse_hotplug_path
` [PATCH 22 of 29 RFC] libxl: add libxl__parse_disk_hotplug_path
` [PATCH 23 of 29 RFC] libxl: add libxl__parse_nic_hotplug_path
` [PATCH 24 of 29 RFC] libxl: add libxl_setup_hotplug_listener
` [PATCH 25 of 29 RFC] libxl: add libxl_hotplug_dispatch
` [PATCH 26 of 29 RFC] xldeviced: new daemon to execute hotplug scripts
` [PATCH 27 of 29 RFC] init: updated Linux and NetBSD init scripts to launch xldeviced
` [PATCH 28 of 29 RFC] libxl: add libxl__find_free_vdev
` [PATCH 29 of 29 RFC] libxl: delegate plug/unplug of disk and nic devices to xldeviced

[PATCH v4] build: add autoconf to replace custom checks in tools/check
 2012-02-02 13:23 UTC  (4+ messages)

[PATCH v4] x86/AMD: Add support for AMD's OSVW feature in guests
 2012-02-02 13:22 UTC  (2+ messages)

about page cache architecture of the dom0 and domUs in xen platform
 2012-02-02 13:14 UTC  (4+ messages)

Question about USB3.0 in Xen
 2012-02-02 12:37 UTC  (2+ messages)

[xen-unstable test] 11823: regressions - FAIL
 2012-02-02 12:31 UTC 

Is this a data corruption bug for p2m_ram_shared page in hvm_hap_nested_page_fault()
 2012-02-02 11:48 UTC  (4+ messages)

Help needed debugging "EPT Misconfiguration" exception on Intel CPU
 2012-02-02 11:26 UTC  (3+ messages)

A Problem with Page Cache in Xen
 2012-02-02 11:01 UTC  (4+ messages)

About Page Cache In Xen
 2012-02-02  9:50 UTC 

Xen guest disk online resize, xenstore/blkback/blkfront questions
 2012-02-02  9:12 UTC  (5+ messages)

[linux test] 11818: tolerable FAIL
 2012-02-02  8:57 UTC 

[PATCH 0 of 6] libxl: refactor suspend/resume code
 2012-02-02  7:59 UTC  (17+ messages)
` [PATCH 3 of 6] libxl: QMP stop/resume & refactor QEMU suspend/resume/save
` [PATCH 4 of 6] libxl: support suspend_cancel in domain_resume

xenstore-write: could not write path backend/vbd/1/2050/hotplug-error
 2012-02-02  5:46 UTC 

Unused Variable in xl code for CPU Pool
 2012-02-02  5:37 UTC  (3+ messages)

[linux test] 11789: tolerable FAIL
 2012-02-02  2:23 UTC 

[xen-unstable test] 11782: regressions - FAIL
 2012-02-01 22:37 UTC 

[PATCH 1/2] qemu-xen: Pass through, utility functions
 2012-02-01 22:32 UTC  (7+ messages)
` [PATCH 2/2] qemu-xen: Intel GPU passthrough

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-02-01 22:22 UTC  (2+ messages)

Xen Mem Page Sharing
 2012-02-01 21:27 UTC 

[PATCH] small fixes to 3.3 (and 3.2) CPU hotplug code. (v1)
 2012-02-01 21:16 UTC  (3+ messages)
` [PATCH 1/2] xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic
` [PATCH 2/2] xen/bootup: During bootup suppress XENBUS: Unable to read cpu state

Crashing / unable to start domUs due to high number of luns?
 2012-02-01 19:48 UTC  (3+ messages)

Xen Mem Page Sharing
 2012-02-01 18:05 UTC 

VGA passthough still not working
 2012-02-01 18:05 UTC  (25+ messages)
          ` [Xen-devel] "
` [Xen-users] "
                ` Future of xend and xl (Was: Re: [Xen-users] VGA passthough still not working)
                  ` [Xen-users] Future of xend and xl (Was: "
                      ` xl vs xm - hernya (bad results)
                          ` [Xen-users] "

Reminder: Xen Hackathon hosted by Oracle, March 6-8, Santa Clara, CA, USA
 2012-02-01 17:40 UTC 

[PATCH 0 of 6 V2] libxl: refactor suspend/resume code
 2012-02-01 17:38 UTC  (7+ messages)
` [PATCH 3 of 6 V2] libxl: QMP stop/resume & refactor QEMU suspend/resume/save
` [PATCH 5 of 6 V2] libxl: refactor migrate_domain and generalize migrate_receive
` [PATCH 6 of 6 V2] libxl: resume instead of unpause on xl save -c

[GIT PULL] libxl API updates backlog
 2012-02-01 17:21 UTC  (3+ messages)

Linux 3.2.2 & btrfs, on a DomU
 2012-02-01 16:27 UTC  (2+ messages)

[PATCH] perf: Replace malloc with alloca in hot path
 2012-02-01 16:19 UTC  (3+ messages)

[PATCH] Tools: build tests
 2012-02-01 16:14 UTC  (4+ messages)

[PATCH] amd iommu: disable iommu emulation on non-iommu systems
 2012-02-01 15:58 UTC  (2+ messages)

[linux test] 11770: regressions - FAIL
 2012-02-01 15:26 UTC 

[PATCH v3 0/2] libxl: save/restore qemu physmap
 2012-02-01 14:40 UTC  (11+ messages)
` [PATCH v3 1/2] libxc: introduce XC_SAVE_ID_TOOLSTACK

xc_gnttab_get_version question/bug
 2012-02-01 14:36 UTC  (2+ messages)

xenstore watches and event queue
 2012-02-01 13:45 UTC  (2+ messages)

[xen-unstable test] 11761: regressions - FAIL
 2012-02-01 13:42 UTC  (2+ messages)

[PATCH] x86: avoid deadlock after a PCI SERR NMI
 2012-02-01 13:02 UTC 

PCI SERR NMI may cause Xen to deadlock
 2012-02-01 12:03 UTC  (2+ messages)

[xen-4.0-testing test] 11751: tolerable FAIL - PUSHED
 2012-02-01 11:23 UTC 

[PATCH v3] hvc_xen: implement multiconsole support
 2012-02-01 11:18 UTC  (3+ messages)
` [Xen-devel] "

[PATCH] xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callback
 2012-02-01 11:09 UTC  (5+ messages)
    ` [Xen-devel] "

Linux kernel initialization using Xen
 2012-02-01 10:56 UTC  (2+ messages)

Linux kernel initialization using Xen
 2012-02-01 10:39 UTC  (4+ messages)

[PATCH v3] x86/AMD: Add support for AMD's OSVW feature in guests
 2012-02-01 10:18 UTC  (2+ messages)

Xen-devel Digest, Vol 84, Issue 4
 2012-02-01 10:06 UTC  (2+ messages)

[PATCH] qemu-dm: fix unregister_iomem()
 2012-02-01 10:00 UTC 

[linux test] 11749: regressions - FAIL
 2012-02-01  5:52 UTC 

[PATCH 0 of 2 V2] libxl - Remus support
 2012-02-01  4:44 UTC  (3+ messages)
` [PATCH 1 of 2 V2] libxl: Remus - suspend/postflush/commit callbacks
` [PATCH 2 of 2 V2] libxl: Remus - xl remus command


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