xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-22 09:22:24 to 2014-03-25 09:33:06 UTC [more...]

[PATCH v4 0/7] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-03-25  9:33 UTC  (9+ messages)
` [PATCH v4 1/7] arch, arm: domain build: let dom0 access I/O memory of mapped devices
` [PATCH v4 2/7] arch, arm: add consistency checks to REMOVE p2m changes
` [PATCH v4 3/7] arch, arm: let map_mmio_regions() take pfn as parameters
` [PATCH v4 4/7] xen, common: add the XEN_DOMCTL_memory_mapping hypercall
` [PATCH v4 5/7] tools, libxl: parse optional start gfn from the iomem config option
` [PATCH v4 6/7] tools, libxl: add helpers to establish if guest is auto-translated
` [PATCH v4 7/7] tools, libxl: handle the iomem parameter with the memory_mapping hcall

[PATCH v5 00/17] xenctx: Many changes
 2014-03-25  9:13 UTC  (50+ messages)
` [PATCH v5 03/17] xenctx: Add -n (--display-stack-pages) option to output larger stack
` [PATCH v5 04/17] xenctx: Add command line options -b (--bytes-per-line) and -l (--lines)
` [PATCH v5 05/17] xenctx: Add command line option -D (--decode-as-ascii)
` [PATCH v5 09/17] xenctx: Add command line option -T (--tag-trace)
` [PATCH v5 11/17] xenctx: Add -d (--dump-as-stack) <daddr> option to dump memory at daddr as a stack
` [PATCH v5 12/17] xenctx: change is_kernel_text() into kernel_addr()
` [PATCH v5 13/17] xenctx: Add convert of more registers to symbols
      ` [PATCH v6 "
          ` [PATCH v7 "
` [PATCH v5 15/17] xenctx: Fix handling of !guest_protected_mode
` [PATCH v5 16/17] xenctx: Allow output for offline vcpu when specified
` [PATCH v5 17/17] xenctx: Fixup options checking

[xen-unstable test] 25645: regressions - FAIL
 2014-03-25  9:09 UTC 

[PATCH v3 0/4] Add max-ram-below-4g (was Add pci_hole_min_size machine option)
 2014-03-25  9:08 UTC  (6+ messages)
` [PATCH v3 1/4] xen-all: Fix xen_hvm_init() to adjust pc memory layout
` [PATCH v3 2/4] GlobalProperty: Display warning about unused -global
` [PATCH v3 3/4] pc & q35: Add new object pc-memory-layout
` [PATCH v3 4/4] xen-all: Pass max_ram_below_4g to xen_hvm_init

Commit 7e90098 breaks Xen build on FreeBSD
 2014-03-25  8:53 UTC  (5+ messages)

Avoid said the /dev/xvd* is already defined after open a vhd file failed
 2014-03-25  8:05 UTC  (3+ messages)

Possible memory leak in qemu-dm (qemu-dm swapping 20GB+, adding 2gb+ per day)
 2014-03-25  7:09 UTC  (2+ messages)

[PATCH v2] Xend: handle TapdiskException when creat device
 2014-03-25  5:58 UTC 

[PATCH v2] Xend: handle TapdiskException when creat device
 2014-03-25  5:56 UTC 

[xen-unstable test] 25638: regressions - FAIL
 2014-03-25  4:49 UTC 

[PATCH net] xen-netback: disable rogue vif in kthread context
 2014-03-25  0:55 UTC  (7+ messages)

[PATCH net-next v3 2/3] xen-netback: Non-functional follow-up patch for grant mapping series
 2014-03-24 23:59 UTC  (2+ messages)
` [PATCH net-next v3 3/3] xen-netback: Functional "

[PATCH net-next v3 1/3] xen-netback: Stop using xenvif_tx_pending_slots_available
 2014-03-24 23:59 UTC 

RING_HAS_UNCONSUMED_REQUESTS oddness
 2014-03-24 23:55 UTC  (14+ messages)
      ` [PATCH RFC] xen/public/ring.h: simplify RING_HAS_UNCONSUMED_REQUESTS()

[linux-linus test] 25632: regressions - FAIL
 2014-03-24 23:45 UTC 

[PATCH v7 0/3] Expose HW APIC virtualization support to HVM guests
 2014-03-24 23:18 UTC  (4+ messages)
` [PATCH v7 1/3] xen/libxc: Allow changing max number of hypervisor cpuid leaves
` [PATCH v7 2/3] x86/hvm: Add HVM-specific hypervisor CPUID leaf
` [PATCH v7 3/3] x86/hvm: Indicate avaliability of HW support of APIC virtualization to HVM guests

[V8 PATCH 0/8] pvh dom0
 2014-03-24 21:36 UTC  (13+ messages)
` [V8 PATCH 3/8] pvh dom0: Introduce p2m_map_foreign
` [V8 PATCH 5/8] pvh dom0: Add and remove foreign pages
` [V8 PATCH 6/8] pvh dom0: allow get_pg_owner for translated domains
` [V8 PATCH 7/8] pvh dom0: add check for pvh in vioapic_range
` [V8 PATCH 8/8] pvh dom0: add opt_dom0pvh to setup.c

[PATCH net-next v2 2/3] xen-netback: Follow-up patch for grant mapping series
 2014-03-24 19:34 UTC  (3+ messages)
` [PATCH net-next v2 3/3] "

Struggling with PCI-Passthrough
 2014-03-24 19:18 UTC  (5+ messages)

[PATCH v5 0/10] remove maintenance interrupts
 2014-03-24 18:49 UTC  (11+ messages)
` [PATCH v5 01/10] xen/arm: no need to set HCR_VI when using the vgic to inject irqs
` [PATCH v5 02/10] xen/arm: remove unused virtual parameter from vgic_vcpu_inject_irq
` [PATCH v5 03/10] xen/arm: set GICH_HCR_UIE if all the LRs are in use
` [PATCH v5 04/10] xen/arm: support HW interrupts, do not request maintenance_interrupts
` [PATCH v5 05/10] xen/arm: nr_lrs should be uint8_t
` [PATCH v5 06/10] xen/arm: keep track of the GICH_LR used for the irq in struct pending_irq
` [PATCH v5 07/10] xen/arm: s/gic_set_guest_irq/gic_raise_guest_irq
` [PATCH v5 08/10] xen/arm: second irq injection while the first irq is still inflight
` [PATCH v5 09/10] xen/arm: don't protect GICH and lr_queue accesses with gic.lock
` [PATCH v5 10/10] xen/arm: gic_events_need_delivery and irq priorities

[xen-unstable test] 25631: tolerable FAIL - PUSHED
 2014-03-24 18:27 UTC 

[RFC PATCH v1 00/10] xen/arm: Add GICv3 support
 2014-03-24 18:00 UTC  (50+ messages)
` [RFC PATCH v1 01/10] xen/arm: make secondary gic init as notifier call
` [RFC PATCH v1 03/10] xen/arm: move vgic data to vgic driver
` [RFC PATCH v1 04/10] arm/xen: move gic save and restore registers to gic driver
` [RFC PATCH v1 06/10] xen/arm: split gic driver into generic and gicv2 driver
` [RFC PATCH v1 08/10] xen/arm: Add support for GIC v3
` [RFC PATCH v1 10/10] xen/arm: GICv3 device tree parsing

[PATCH v4 0/10] remove maintenance interrupts
 2014-03-24 16:41 UTC  (30+ messages)
` [PATCH v4 03/10] xen/arm: support HW interrupts, do not request maintenance_interrupts
` [PATCH v4 05/10] xen/arm: keep track of the GICH_LR used for the irq in struct pending_irq
` [PATCH v4 07/10] xen/arm: call gic_clear_lrs on entry to the hypervisor
` [PATCH v4 08/10] xen/arm: second irq injection while the first irq is still inflight
` [PATCH v4 10/10] xen/arm: gic_events_need_delivery and irq priorities

[PATCH v2 0/7] xen: add systemd files
 2014-03-24 16:36 UTC  (18+ messages)
` [PATCH v2 1/7] xenstore-read: add support for a retry open limit on xenstored
` [PATCH v2 6/7] tools/xendomains: move to sbin and use init helper
` [PATCH v2 7/7] systemd: add support initial xen systemd service files

[PATCH RFC] libxl: add basic spice support for pv domUs
 2014-03-24 16:05 UTC 

[RFC Patch 0/3] Putting the "Simple" back in sedf
 2014-03-24 15:44 UTC  (7+ messages)
` [RFC Patch 1/3] Remove sedf extra, weight, and latency parameter support

[PATCH] xen/evtchn: rearrange fields
 2014-03-24 15:24 UTC  (2+ messages)

vtpm new features, vTPM for PV virtual machine on TPM2.0 / vTPM for HVM virtual machine on TPM 1.2
 2014-03-24 13:53 UTC  (3+ messages)

Xen Security Advisory 90 - Linux netback crash trying to disable due to malformed packet
 2014-03-24 13:01 UTC 

[PATCH V8 RESEND] ns16550: Add support for UART present in Broadcom TruManage capable NetXtreme chips
 2014-03-24 12:49 UTC  (4+ messages)
  ` [PATCH] ns16550: setup default lsr_mask for DT systems too (Was: Re: [PATCH V8 RESEND] ns16550: Add support for UART present in Broadcom TruManage capable NetXtreme chips)

[PATCH net-next v2 1/3] xen-netback: Stop using xenvif_tx_pending_slots_available
 2014-03-24 12:48 UTC 

libxc: domain restore: fold redundant variables
 2014-03-24 12:46 UTC  (2+ messages)

4.4 Release Talk Slides
 2014-03-24 12:43 UTC  (4+ messages)

[PATCH][1] xend: avoid tapdisk2 not exit for tap-ctl list failed
 2014-03-24 12:42 UTC 

The data transfer speed between two VMs -- a comparison between Xen libvchan and SCP?
 2014-03-24 12:25 UTC  (2+ messages)

[RFC] ARM VM System Sepcification
 2014-03-24 12:16 UTC  (15+ messages)

[PATCH net] xen-netback: disable rogue vif in kthread context
 2014-03-24 12:13 UTC 

[xen-unstable test] 25628: tolerable FAIL
 2014-03-24 11:54 UTC  (2+ messages)
` [PATCH] make-flight: drop another stray xend test from 4.5 onwards (Was: Re: [xen-unstable test] 25628: tolerable FAIL)

Modifying souce code xen
 2014-03-24 11:50 UTC  (2+ messages)

[RFC PATCH 0/2] x86: fix Xen PV regression caused by NUMA page migration
 2014-03-24 11:28 UTC  (3+ messages)
` [PATCH 2/2] x86: use pv-ops in {pte, pmd}_{set, clear}_flags()

[PATCH v2 1/2] xen/xsm: Reduce compiler command line clutter
 2014-03-24 10:53 UTC  (10+ messages)
` [PATCH v2 2/2] xen/evtchn: optimize XSM ssid field

[PATCH net-next] xen-netback: Follow-up patch for grant mapping series
 2014-03-24 10:34 UTC 

[PATCH v5] Xend: handle TapdiskException when creat device
 2014-03-24 10:22 UTC  (2+ messages)

[PATCH v3 7/7] systemd: add support initial xen systemd service files
 2014-03-24 10:14 UTC  (4+ messages)

[PATCH] x86: fix determination of bit count for struct domain allocations
 2014-03-24  9:39 UTC  (3+ messages)

[PATCH net-next] Revert "xen-netback: Aggregate TX unmap operations"
 2014-03-24  9:26 UTC 

[PATCH] sysctl: annotate struct pm_cx_stat's pc[]/cc[]
 2014-03-24  9:04 UTC  (3+ messages)

Dealing with non-existent BDF devices in VT-d and in the hardware
 2014-03-24  7:25 UTC  (14+ messages)

[linux-linus test] 25627: regressions - FAIL
 2014-03-23 16:13 UTC 

[xen-unstable test] 25626: tolerable FAIL
 2014-03-23 10:11 UTC 

[linux-linus test] 25624: regressions - FAIL
 2014-03-22 19:41 UTC 

Xen-unstable Linux 3.14-rc3 and 3.13 Network troubles "bisected"
 2014-03-22 18:28 UTC  (13+ messages)

TestSupport.pm: introduce create_empty_iso
 2014-03-22 18:04 UTC  (4+ messages)

[PATCH][4] xen: remove TapdiskException when add device
 2014-03-22 15:55 UTC  (3+ messages)

[xen-unstable test] 25621: tolerable FAIL - PUSHED
 2014-03-22 14:38 UTC 

CPU and IO Scheduling in Xen
 2014-03-22 12:00 UTC 

About GSI and IRQ?
 2014-03-22 11:08 UTC  (3+ 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).