messages from 2013-01-22 17:42:01 to 2013-01-23 18:36:06 UTC [more...]
Proposed XENMEM_claim_pages hypercall: Analysis of problem and alternate solutions
2013-01-23 18:36 UTC (31+ messages)
[PATCH] xen: arm: print arm32 not x86_64 in xen info
2013-01-23 18:32 UTC (2+ messages)
[PATCH v4 00/13] vTPM new ABI, extensions
2013-01-23 18:29 UTC (14+ messages)
` [PATCH 01/13] mini-os/tpm{back, front}: Change shared page ABI
` [PATCH 02/13] stubdom/vtpm: correct the buffer size returned by TPM_CAP_PROP_INPUT_BUFFER
` [PATCH 03/13] stubdom/vtpm: Support locality field
` [PATCH 04/13] mini-os/tpm{back, front}: Allow device repoens
` [PATCH 05/13] stubdom/vtpm: make state save operation atomic
` [PATCH 06/13] stubdom/grub: send kernel measurements to vTPM
` [PATCH 07/13] stubdom/vtpm: Add locality-5 PCRs
` [PATCH 08/13] stubdom/vtpm: support multiple backends
` [PATCH 09/13] mini-os/tpmback: set up callbacks before enumeration
` [PATCH 10/13] mini-os/tpmback: Replace UUID field with opaque pointer
` [PATCH 11/13] mini-os/tpmback: add tpmback_get_peercontext
` [PATCH 12/13] stubdom/vtpm: constrain locality by XSM label
` [PATCH 13/13] stubdom/Makefile: Fix gmp extract rule
Xen Security Advisory 35 (CVE-2013-0152) - Nested HVM exposes host to being driven out of memory by guest
2013-01-23 18:29 UTC
[PATCH 0/2 v4.1] libxl: fix event races exposed by libvirt
2013-01-23 18:21 UTC (3+ messages)
` [PATCH 1/2] libxl: fix stale fd event callback race
` [PATCH 2/2] libxl: fix stale timeout "
mgag200 driver does not work properly with Xen
2013-01-23 18:19 UTC (2+ messages)
[PATCH 0/2 v4] libxl: fix event races exposed by libvirt
2013-01-23 17:58 UTC (5+ messages)
` [PATCH 1/2] libxl: fix stale fd event callback race
` [PATCH 2/2] libxl: fix stale timeout "
` DO NOT APPLY Re: [PATCH 0/2 v4] libxl: fix event races exposed by libvirt
[PATCH 0/4] XEN 4.2 libxl: fix event races exposed by libvirt
2013-01-23 17:54 UTC (6+ messages)
` [PATCH 1/4] libxl: rename "abs" variables to "absolute"
` [PATCH 2/4] libxl: Fix passing of application data to timeout_deregister hook
` [PATCH 3/4] libxl: fix stale fd event callback race
` [PATCH 4/4] libxl: fix stale timeout "
4.3 Planning: Taking stock
2013-01-23 17:54 UTC (8+ messages)
[PATCH] Fix scheduler crash after s3 resume
2013-01-23 17:50 UTC (5+ messages)
[PATCH v1 0/12] libxl: new hotplug calling convention
2013-01-23 17:48 UTC (13+ messages)
` [PATCH v1 01/12] libxl: libxl__prepare_ao_device should reset num_exec
` [PATCH v1 02/12] libxl: remove double check in NetBSD hotplug
` [PATCH v1 03/12] libxl: move libxl_device_action to idl
` [PATCH v1 04/12] libxl: pack hotplug related variables
` [PATCH v1 05/12] libxl: add new hotplug interface support to hotplug script callers
` [PATCH v1 06/12] libxl: add support for different hotplug interfaces
` [PATCH v1 07/12] libxl: add prepare/unprepare operations to the libxl public interface
` [PATCH v1 08/12] libxl: add disk specific remove functions
` [PATCH v1 09/12] xl: add support for new hotplug interface to block-attach/detach
` [PATCH v1 10/12] libxl: add local attach support for new hotplug scripts
` [PATCH v1 11/12] hotplug: document new hotplug interface
` [PATCH v1 12/12] hotplug/Linux: add iscsi block hotplug script
RFC v1: Xen block protocol overhaul - problem statement (with pictures!)
2013-01-23 16:59 UTC (15+ messages)
[PATCH] x86/nestedhvm: properly clean up after failure to set up all vCPU-s
2013-01-23 16:54 UTC (5+ messages)
[PATCH 00/45] initial arm v8 (64-bit) support
2013-01-23 16:42 UTC (48+ messages)
` [PATCH 01/45] xen: arm: do not panic when failing to translate a guest address
` [PATCH 02/45] xen: arm32: Don't bother with the bootloader provided ARM-Linux machine type
` [PATCH 03/45] xen: arm: rename atag_paddr argument fdt_paddr
` [PATCH 04/45] xen: arm: do not pass a machine ID to dom0
` [PATCH 05/45] arm: avoid inline asm for dsb, isb, wfi and sev
` [PATCH 06/45] xen: arm64: initial build + config changes, start of day code
` [PATCH 07/45] xen: arm64: basic config and types headers
` [PATCH 08/45] xen: arm64: spinlocks
` [PATCH 09/45] xen: arm64: atomics
` [PATCH 10/45] xen: arm: refactor co-pro and sysreg reg handling
` [PATCH 11/45] xen: arm64: TLB flushes
` [PATCH 12/45] xen: arm64: PTE handling
` [PATCH 13/45] xen: arm64: dcache flush
` [PATCH 14/45] xen: arm64: TLB flushes
` [PATCH 15/45] xen: arm64: address translation
` [PATCH 16/45] xen: arm64: barriers and wait for interrupts/events
` [PATCH 17/45] xen: arm64: xchg and cmpxchg
` [PATCH 18/45] xen: arm64: interrupt/abort mask/unmask
` [PATCH 19/45] xen: arm64: div64
` [PATCH 20/45] xen: arm64: start of day changes to setup.c
` [PATCH 21/45] xen: arm64: changes to setup_pagetables and mm.c
` [PATCH 22/45] xen: arm: extend HSR struct definitions to 64-bit
` [PATCH 23/45] xen: arm: use vaddr_t more widely
` [PATCH 24/45] xen: arm: add register_t type, native register size for the hypervisor
` [PATCH 25/45] xen: arm: separate guest user regs from internal guest state
` [PATCH 26/45] xen: arm64: add guest type to domain field
` [PATCH 27/45] xen: arm: move arm32 specific trap handlers to xen/arch/arm/arm32
` [PATCH 28/45] xen: arm: arm64 trap handling
` [PATCH 29/45] xen: arm: pcpu context switch
` [PATCH 30/45] xen: arm64: percpu variable support
` [PATCH 31/45] xen: arm: guest context switching
` [PATCH 32/45] xen: arm: show_registers() support for 64-bit
` [PATCH 33/45] xen: arm: make dom0 builder work on 64-bit hypervisor
` [PATCH 34/45] xen: arm: gic: use 64-bit compatible registers
` [PATCH 35/45] xen: arm: time: "
` [PATCH 36/45] xen: arm: p2m: "
` [PATCH 37/45] xen: arm: Use 64-bit compatible registers in vtimer
` [PATCH 38/45] xen: arm: select_user_reg support for 64-bit hypervisor
` [PATCH 39/45] xen: arm: handle 32-bit guest CP register traps on "
` [PATCH 40/45] xen: arm: guest stage 1 walks "
` [PATCH 41/45] xen: arm: implement do_multicall_call for both 32 and 64-bit
` [PATCH 42/45] xen: arm: Enable VFP is a nop on 64-bit
` [PATCH 43/45] xen: arm: Use generic mem{cpy, move, set, zero} "
` [PATCH 44/45] xen: arm: Explicitly setup VPIDR & VMPIDR at start of day
` [PATCH 45/45] xen: arm: skanky "appended kernel" option
Fatal crash on xen4.2 HVM + qemu-xen dm + NFS
2013-01-23 16:29 UTC (21+ messages)
[PATCH 1 of 2 V4] libxc, libxenstore: make the headers C++-friendlier
2013-01-23 15:46 UTC (2+ messages)
` [PATCH 2 of 2 V4] x86/HVM: fixed _hvm_hw_fix_cpu()
Update Seabios on xen-unstable
2013-01-23 15:23 UTC (12+ messages)
[PATCH 00/11] x86: support up to 16Tb
2013-01-23 15:18 UTC (10+ messages)
` [PATCH 10/11] tmem: partial adjustments for x86 16Tb support
` [PATCH 12/11] x86: debugging code for testing 16Tb support on smaller memory systems
` [PATCH v2] "
[PATCH] libxc: drop relics of running on non-PAE 32-bit hosts
2013-01-23 15:15 UTC (2+ messages)
[PATCH V3] libxc, libxenstore: make the headers C++-friendlier
2013-01-23 15:13 UTC (2+ messages)
[PATCH 0/3] XSM PIRQ and rcu_lock_target cleanup
2013-01-23 14:57 UTC (6+ messages)
[PATCH v5 rebased 0/4] nested vmx: enable VMCS shadowing feature
2013-01-23 14:55 UTC (6+ messages)
` [PATCH v5 rebased 1/4] nested vmx: Use a list to store the launched vvmcs for L1 VMM
` [PATCH v5 rebased 2/4] nested vmx: use VMREAD/VMWRITE to construct vVMCS if enabled VMCS shadowing
` [PATCH v5 rebased 3/4] nested vmx: optimize for bulk access of virtual VMCS
` [PATCH v5 rebased 4/4] nested vmx: enable VMCS shadowing feature
[PATCH v5 0/4] nested vmx: enable VMCS shadowing feature
2013-01-23 14:40 UTC (7+ messages)
` [PATCH v5 1/4] nested vmx: Use a list to store the launched vvmcs for L1 VMM
` [PATCH v5 2/4] nested vmx: use VMREAD/VMWRITE to construct vVMCS if enabled VMCS shadowing
` [PATCH v5 3/4] nested vmx: optimize for bulk access of virtual VMCS
` [PATCH v5 4/4] nested vmx: enable VMCS shadowing feature
[PATCH 3/3] xen/arch/arm: add XSM hook to HVMOP_{get, set}_param
2013-01-23 14:24 UTC (3+ messages)
` [PATCH v2 "
[PATCH v4] tools/libxl: Improve videoram setting
2013-01-23 14:24 UTC (3+ messages)
[PATCH] libxc: match types of 'subject' and 'foreigndom' between struct xc_mmu and do_mmu_update
2013-01-23 11:44 UTC
libxl and libvirt in Fedora (rawhide)
2013-01-23 11:19 UTC (5+ messages)
[PATCH V2] libxc, libxenstore: make the headers C++-friendlier
2013-01-23 10:09 UTC (2+ messages)
[PATCH 0/6] x86/HVM: miscellaneous RTC emulation adjustments
2013-01-23 10:09 UTC (11+ messages)
` [PATCH 1/6] x86/HVM: use RTC_* names instead of literal numbers
` [PATCH 2/6] x86/HVM: consolidate toggling of RTC IRQ
` [PATCH 3/6] x86/HVM: adjust rtc_timer_update()
` [PATCH 4/6] x86/HVM: fix RTC hour conversions
` [PATCH 5/6] x86/HVM: use cached original value in RTC_REG_B writing code
` [PATCH 6/6] x86/HVM: generalize IRQ raising on RTC_REG_B writes
[PATCH] Fix acpi_dmar_zap/reinstate() (fixes S3 regression)
2013-01-23 9:26 UTC (8+ messages)
` [PATCH v3] "
` [PATCH v4] "
[xen-unstable test] 15179: tolerable FAIL
2013-01-23 9:20 UTC
[PATCH] libxc, libxenstore: make the headers C++-friendly
2013-01-23 8:25 UTC (8+ messages)
[PATCH]: PVH: specify xen features strings cleany for PVH
2013-01-23 8:22 UTC (4+ messages)
[linux-3.0 test] 15178: tolerable FAIL - PUSHED
2013-01-22 23:14 UTC
Xen Security Advisory 35 (CVE-2013-0152) - Nested HVM exposes host to being driven out of memory by guest
2013-01-22 21:09 UTC
[PATCH v2] xen-netback: allow changing the MAC address of the interface
2013-01-22 20:29 UTC (2+ messages)
Fwd: Unstable NFS mount at heavy load
2013-01-22 20:29 UTC (8+ messages)
` "
[PATCH] xen: Simplify the space of spaces supported by XENMEM_add_to_physmap(_range)
2013-01-22 20:04 UTC (2+ messages)
[xen-unstable test] 15177: tolerable FAIL - PUSHED
2013-01-22 19:15 UTC
[PATCH v2] xen-netback: allow changing the MAC address of the interface
2013-01-22 18:08 UTC
Xen 4.3 development update, and stock-taking
2013-01-22 17:42 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).