xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-31 17:20:20 to 2012-06-05 11:22:34 UTC [more...]

[PATCH 2/3] tools:libxl: Add qxl vga interface support v2
 2012-06-05 11:22 UTC 

[PATCH 1/3] libxl:refactor stdvga option support v2
 2012-06-05 11:19 UTC 

PCI hotplug related issues
 2012-06-05  8:42 UTC  (2+ messages)

[xen-unstable test] 13016: tolerable FAIL
 2012-06-05  6:27 UTC 

Grab the physical address of a label
 2012-06-05  6:07 UTC 

[bug report] Windows HVM Hang when reboot/power off using special config
 2012-06-05  3:46 UTC 

[PATCH] tools: pass EXTRA_CFLAGS via environment
 2012-06-04 21:56 UTC 

[PATCH] xenpm, x86: Fix reporting of idle state average residency times
 2012-06-04 18:47 UTC 

[PATCH 0 of 1 v5] Fix build failure with gcc's -Werror=switch
 2012-06-04 17:23 UTC  (2+ messages)
` [PATCH 1 of 1 v5] libxl: introduce LIBXL_DOMAIN_TYPE_INVALID

xen live vm migration error
 2012-06-04 16:36 UTC 

[PATCH v4] libxl: introduce LIBXL_DOMAIN_TYPE_INVALID
 2012-06-04 14:03 UTC  (9+ messages)

[PATCH] xl: check for meaningful combination of sedf config file parameters
 2012-06-04 14:01 UTC 

[PATCH] tools: adjust --datadir option passed to qemu-upstream's configure script
 2012-06-04  8:34 UTC 

VMX status report. Xen:25429 & Dom0:76f901e
 2012-06-04  6:29 UTC 

[xen-unstable test] 13015: tolerable FAIL
 2012-06-04  6:24 UTC 

[xen-unstable test] 13014: tolerable FAIL
 2012-06-03  6:12 UTC 

[PATCH 03/27] smpboot: Define and use cpu_state per-cpu variable in generic code
 2012-06-02 18:06 UTC  (8+ messages)
` [PATCH 05/27] xen, cpu hotplug: Don't call cpu_bringup() in xen_play_dead()
  ` [Xen-devel] "
` [PATCH 06/27] xen, smpboot: Use generic SMP booting infrastructure

Using "xl create" without domain config file
 2012-06-02 14:19 UTC  (4+ messages)

[xen-unstable test] 13013: tolerable FAIL - PUSHED
 2012-06-02 14:09 UTC 

[xen-unstable test] 13012: tolerable FAIL
 2012-06-02  8:48 UTC 

[PATCH 0 of 5 V2] libxl: make it possible to explicitly specify default sched params
 2012-06-02  7:41 UTC  (17+ messages)
` [PATCH 1 of 5 V2] libxl: add internal function to get a domain's scheduler
` [PATCH 3 of 5 V2] libxl: make it possible to explicitly specify default sched params

[xen-unstable test] 13006: tolerable FAIL - PUSHED
 2012-06-02  3:08 UTC 

[PATCH 0/4] x86, CPU, AMD: Cleanup AMD-specific MSR-rw users
 2012-06-01 22:50 UTC  (10+ messages)
` [PATCH 1/4] x86, pvops: Remove hooks for {rd, wr}msr_safe_regs
` [PATCH 2/4] x86, CPU: Fix show_msr MSR accessing function
` [PATCH 3/4] x86, AMD: Fix crash as Xen Dom0 on AMD Trinity systems
` [PATCH 4/4] x86, CPU, AMD: Deprecate AMD-specific MSR variants

[xen-unstable test] 13004: regressions - FAIL
 2012-06-01 21:55 UTC 

[PATCH V2] xs: set read_thread stacksize
 2012-06-01 19:17 UTC  (3+ messages)

[PATCH 0/38] arm: boot a dom1 to "Calibrating delay loop" then hang
 2012-06-01 19:04 UTC  (43+ messages)
` [PATCH 01/38] arm: allocate top level p2m page for all non-idle domains
  ` [PATCH 02/38] arm: handy function to print a walk of the hypervisor page tables
  ` [PATCH 03/38] arm: handy function to print a walk of a domain's p2m
  ` [PATCH 04/38] arm: correct and expand TLB flush CP15 registers
  ` [PATCH 05/38] arm: restore stack on return from trap
  ` [PATCH 06/38] arm: enable interrupts while handling traps
  ` [PATCH 07/38] arm: hook up domctl and memory_op
  ` [PATCH 08/38] arm: allocate and setup a guest vcpu
  ` [PATCH 09/38] arm: print domid as part of debug trap
  ` [PATCH 10/38] arm: remove unnecessarily verbose print from p2m_load_VTTBR
  ` [PATCH 11/38] arm: implement p2m lookup
  ` [PATCH 12/38] arm: remove hard tabs from init_idle_domain
  ` [PATCH 13/38] arm: stub out sync_vcpu_execstate
  ` [PATCH 14/38] arm: do not set max_vcpus = 8 in arch_domain_create
  ` [PATCH 15/38] arm: implement stub version of flush_tlb_mask
  ` [PATCH 16/38] arm: Add simple cpu_{sibling,core}_mask
  ` [PATCH 17/38] arm: allow p2m to be created with specific MATTR
  ` [PATCH 18/38] arm: implement vpl011 (UART) emulator
  ` [PATCH 19/38] arm: context switch a bunch of guest state
  ` [PATCH 20/38] arm: dump a page table walk when va_to_par fails
  ` [PATCH 21/38] arm: dump guest s1 walk on data abort which is not a stage 2 issue
  ` [PATCH 22/38] arm: implement vcpu_show_execution_state
  ` [PATCH 23/38] arm: use correct attributes for mappings in copy_from_paddr()
  ` [PATCH 24/38] arm: map fixmaps non-executable
  ` [PATCH 25/38] arm: remove old identity map of boot paddr when we are done with it
  ` [PATCH 26/38] arm: fix locking in create_p2m_entries
  ` [PATCH 27/38] arm: split pending SPIs (global) out from pending PPIs and SGIs (per CPU)
  ` [PATCH 28/38] arm: map GICV in all domains, not just dom0
  ` [PATCH 29/38] arm: delay enabling data-cache until paging enabled
  ` [PATCH 30/38] arm: Upgrade guest barriers to Outer-Shareable. Enable Protected Table Walk
  ` [PATCH 31/38] arm: gic.lock can be taken in interrupt context, so lock appropriately
  ` [PATCH 32/38] arm: context switch virtual timer registers
  ` [PATCH 33/38] arm: the hyp timer seems to work now, default to using it
  ` [PATCH 34/38] HACK: arm: initial XENMAPSPACE_gmfn_foreign
  ` [PATCH 35/38] arm: move PSR flag definitions into interface, for tools use
  ` [PATCH 36/38] libxc: add ARM support to xc_dom (PV domain building)
  ` [PATCH 37/38] HACK: add simple xcbuild
  ` [PATCH 38/38] HACK: arm: disable hypercall continuations

Proposals/changes for a new Wiki Front-Page - need input/mods/creative proposals
 2012-06-01 17:54 UTC 

[PATCH] xl.cfg: document the cpuid= option
 2012-06-01 17:48 UTC 

[xen-unstable test] 12988: regressions - FAIL
 2012-06-01 17:02 UTC  (9+ messages)

[PATCH 00 of 11] Automatic NUMA placement for xl
 2012-06-01 16:58 UTC  (8+ messages)
` [PATCH 06 of 11] libxl: introduce libxl_get_numainfo()
` [PATCH 08 of 11] xl: add more NUMA information to `xl info -n'

[xen-unstable test] 13003: regressions - FAIL
 2012-06-01 16:42 UTC 

[PATCH] [v3] libxl: Add API to retrieve domain console tty
 2012-06-01 16:27 UTC  (6+ messages)
    ` [PATCH] [v3] libxl: Add API to retrieve domain console tty [and 2 more messages]

[PATCHv3 0/3] trace: improve hypercall tracing
 2012-06-01 16:17 UTC  (4+ messages)

[Xen-users] Using XL toolstack (Xen) with DRBD
 2012-06-01 15:40 UTC  (2+ messages)

[PATCH] xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable
 2012-06-01 15:14 UTC 

[PATCH] xl.cfg: document the maxmem= option
 2012-06-01 14:59 UTC  (3+ messages)

[PATCH] xl.cfg: document the maxmem= option
 2012-06-01 14:55 UTC 

Only 1 CPU core detected
 2012-06-01 14:44 UTC  (2+ messages)

[RFC][PATCH 0/5] Add V4V to Xen
 2012-06-01 13:47 UTC  (4+ messages)

Xen 4.2 TODO / Release
 2012-06-01 12:13 UTC  (7+ messages)

[PATCH v3 ]libxl: allow to set more than 31 vcpus
 2012-06-01 11:44 UTC  (14+ messages)

[PATCH] pygrub Makefile cleanup
 2012-06-01 11:26 UTC 

[PATCH] Fix pygrub install
 2012-06-01 11:14 UTC  (11+ messages)

[PATCH] libxl: fix typos in libxl_cpuid_parse_config
 2012-06-01 11:07 UTC  (2+ messages)

[PATCH] qemu-xen-trad: fix sys-queue.h usage on BSD systems
 2012-06-01 10:59 UTC  (2+ messages)

[PATCH] x86, AMD: Fix crash as Xen Dom0 on AMD Trinity systems
 2012-06-01 10:43 UTC 

Proposals/changes for a new Wiki Front-Page - need input/mods/creative proposals
 2012-06-01 10:19 UTC 

[PATCH] fixes to xen-blk[back|front] to deal with 32/64 host/guest combination with BLKIF_DISCARD (v1)
 2012-06-01 10:16 UTC  (7+ messages)
` [PATCH 2/2] xen/blkfront: Add BUG_ON to deal with misbehaving backends
  ` [Xen-devel] "

[PATCH 0 of 6] ARM: various boot-time tidying
 2012-06-01  9:37 UTC  (12+ messages)
` [PATCH 2 of 6] arm: Move hyp-mode entry code out of line
` [PATCH 3 of 6] arm: avoid memory write in switch to Hyp mode
` [PATCH 6 of 6] arm: Enable VFP at boot

[PATCH v4 0/6] xen/arm: event channels and shared_info page
 2012-06-01  9:31 UTC  (4+ messages)
` [PATCH v4 6/6] arm: implement event injection

[PATCH] pvops/x86: remove hooks for {rd,wr}msr_safe_regs
 2012-06-01  9:30 UTC  (2+ messages)
` [Xen-devel] [PATCH] pvops/x86: remove hooks for {rd, wr}msr_safe_regs

Copy-on write sharing
 2012-06-01  8:32 UTC  (2+ messages)

Disable paging in xen kernel
 2012-06-01  8:09 UTC  (2+ messages)

[PATCH 1/2] xen/mce: Add mcelog support for Xen platform
 2012-06-01  7:57 UTC  (7+ messages)
    ` [Xen-devel] "

dump with xen-unstable & linux 3.2.17
 2012-06-01  6:54 UTC  (4+ messages)

[PATCH v2 ]libxl: allow to allocate cpumap with specific size
 2012-06-01  6:38 UTC  (4+ messages)

[xen-unstable test] 13002: tolerable FAIL
 2012-06-01  6:26 UTC 

Error in compiling latest Xen 4.2-Unstable
 2012-06-01  6:25 UTC  (2+ messages)

[PATCH v2 0/4] XEN: fix vmx exception mistake
 2012-06-01  0:46 UTC  (5+ messages)

swap: don't do discard if no discard option added
 2012-05-31 23:04 UTC  (5+ messages)
` [Xen-devel] "

[xen-unstable test] 12999: tolerable FAIL - PUSHED
 2012-05-31 22:18 UTC 

Xen 4.2 TODO / Release Plan
 2012-05-31 21:43 UTC  (6+ messages)

V4V
 2012-05-31 18:18 UTC  (6+ messages)

[PATCH 3/3] Register native mce handler as vMCE bounce back point
 2012-05-31 17:33 UTC  (2+ messages)

[PATCH 2/3] X86, MCE, AMD: Adjust initcall sequence for xen
 2012-05-31 17:32 UTC 

[PATCH 1/3] xen/mce: Add mcelog support for Xen platform
 2012-05-31 17:30 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).