xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-01 15:13:29 to 2012-06-06 15:20:16 UTC [more...]

[PATCH 0/38] arm: boot a dom1 to "Calibrating delay loop" then hang
 2012-06-06 15:20 UTC  (58+ 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

[PATCH v6] libxl: introduce LIBXL_DOMAIN_TYPE_INVALID
 2012-06-06 14:59 UTC  (5+ messages)

Volunteers wanted to help with list moderation
 2012-06-06 14:57 UTC 

[PATCH] xl: check for meaningful combination of sedf config file parameters
 2012-06-06 14:23 UTC  (9+ messages)

[PATCH] libxc: do not "panic" if a kernel is not a bzImage
 2012-06-06 13:59 UTC  (2+ messages)

[PATCH] xend: do not run a hotplug script from qemu on Linux
 2012-06-06 13:58 UTC  (2+ messages)

[PATCH] libxl: remove libxl__error_set prototype
 2012-06-06 13:58 UTC  (2+ messages)

[PATCH 3/3] docs: qxl vga interface support
 2012-06-06 13:07 UTC  (2+ messages)

[PATCH 2/3] tools:libxl: Add qxl vga interface support v2
 2012-06-06 13:05 UTC  (2+ messages)

Xen 4.2 Release / TODO update
 2012-06-06 12:58 UTC  (3+ messages)

[PATCH] xl.cfg: document the maxmem= option
 2012-06-06 12:54 UTC  (2+ messages)

Debugging Dom0 kernel over serial
 2012-06-06 12:50 UTC  (3+ messages)

[PATCH] libxl: convert malloc() to libxl__zalloc(NULL, ...)
 2012-06-06 11:47 UTC  (2+ messages)

[PATCH] [v4] libxl: Add API to retrieve domain console tty
 2012-06-06 11:47 UTC  (2+ messages)

[PATCH 1/3] libxl:refactor stdvga option support v2
 2012-06-06 11:47 UTC  (4+ messages)

[PATCH 0/5] xen/arm: multiple guests support in the GIC and VGIC
 2012-06-06 11:22 UTC  (6+ messages)
` [PATCH 1/5] arm/vtimer: do not let the guest interact with the physical timer
  ` [PATCH 2/5] arm/gic: fix gic context switch
  ` [PATCH 3/5] xen/gic: support injecting IRQs even to VCPUs not currently running
  ` [PATCH 4/5] xen/vgic: vgic: support irq enable/disable
  ` [PATCH 5/5] xen/vgic: initialize pending_irqs.lr_queue

[PATCH] fix page_list_splice()
 2012-06-06 11:22 UTC  (4+ messages)

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

[bug report] Windows HVM Hang when reboot/power off using special config
 2012-06-06 11:12 UTC  (2+ messages)

[PATCH] disable virtfs compilation by default in upstream QEMU
 2012-06-06 10:54 UTC 

PAE PV guest kernel regression
 2012-06-06 10:41 UTC  (2+ messages)

Using "xl create" without domain config file
 2012-06-06 10:40 UTC  (4+ messages)

[PATCH 0 of 5 V2] libxl: make it possible to explicitly specify default sched params
 2012-06-06 10:38 UTC  (9+ messages)

[PATCH V2] xs: set read_thread stacksize
 2012-06-06 10:37 UTC  (4+ messages)

[Xen-users] Xen unstable fails to build on ubutnu 12.04
 2012-06-06 10:34 UTC  (2+ messages)

[PATCH] xl.cfg: document the cpuid= option
 2012-06-06 10:15 UTC  (3+ messages)

Submit a Proposal to Speak at XenSummit North America 2012 before the CFP Deadline, June 15th!
 2012-06-06 10:12 UTC 

Xen 4.2 TODO / Release
 2012-06-06  9:54 UTC  (3+ messages)

Intel VGA-passthrough to Ubuntu12.04 64bit Dom-U doesn't work
 2012-06-06  9:49 UTC 

[Xen-devel] [PATCH] x86/amd: fix crash as Xen Dom0 on AMD Trinity systems
 2012-06-06  9:45 UTC  (13+ messages)

Grab the physical address of a label
 2012-06-06  9:43 UTC  (2+ messages)

PCI hotplug related issues
 2012-06-06  9:28 UTC  (6+ messages)

[PATCH 0 of 2 V3] xs: fixes to watch thread creation
 2012-06-06  9:07 UTC  (3+ messages)
` [PATCH 1 of 2 V3] xs: block signals in watch wakeup thread
` [PATCH 2 of 2 V3] xs: set read_thread stacksize

xen live migration falied
 2012-06-06  8:52 UTC  (3+ messages)

page_list_splice() seems buggy (4.1.2)
 2012-06-06  8:15 UTC  (2+ messages)

[xen-unstable test] 13018: tolerable FAIL
 2012-06-06  6:36 UTC 

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

[linux-3.0 test] 13017: tolerable FAIL - PUSHED
 2012-06-05 16:44 UTC 

XEN MTRR
 2012-06-05 16:17 UTC 

[PATCH] xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable
 2012-06-05 16:07 UTC  (2+ messages)

[xen-unstable test] 13016: tolerable FAIL
 2012-06-05  6:27 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 

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] 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 

[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 

[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  (4+ messages)
` [PATCH 2/4] x86, CPU: Fix show_msr MSR accessing function

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

Proposals/changes for a new Wiki Front-Page - need input/mods/creative proposals
 2012-06-01 17:54 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  (4+ 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)


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