messages from 2012-08-18 19:12:43 to 2012-08-22 15:06:47 UTC [more...]
memtest 4.20+ does not work with -cpu host
2012-08-22 15:06 UTC
[PATCH kvm-unit-tests] realmode: test that stack operations ignore the high word of %esp if ss.b is set
2012-08-22 14:56 UTC
Windows slow boot: contractor wanted
2012-08-22 14:53 UTC (17+ messages)
` [Qemu-devel] "
[PATCH] virt.kvm_monitor: Future proof migration handling on QMP monitor
2012-08-22 14:43 UTC
[PATCH kvm-unit-tests] x86: add explicit ENTRY() declaration to linker scripts
2012-08-22 14:39 UTC
[PATCH] virt.kvm: Handle migrate errors using QMP monitor properly
2012-08-22 14:19 UTC (2+ messages)
[PATCHv2] kvm: Fix nonsense handling of compat ioctl
2012-08-22 13:34 UTC
Testing tracer wakeup_rt: .. no entries found ..FAILED!
2012-08-22 13:02 UTC (13+ messages)
` pci_get_subsys: GFP_KERNEL allocations with IRQs disabled
qemu-kvm-1.0.1 - unable to exit if vcpu is in infinite loop
2012-08-22 12:52 UTC (10+ messages)
[PATCH v6 00/12] KVM: introduce readonly memslot
2012-08-22 12:49 UTC (18+ messages)
` [PATCH v6 01/12] KVM: x86: fix possible infinite loop caused by reexecute_instruction
` [PATCH v6 02/12] KVM: fix missing check for memslot flags
` [PATCH v6 03/12] KVM: hide KVM_MEMSLOT_INVALID from userspace
` [PATCH v6 04/12] KVM: introduce gfn_to_pfn_memslot_atomic
` [PATCH v6 05/12] KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic
` [PATCH v6 06/12] KVM: reorganize hva_to_pfn
` [PATCH v6 07/12] KVM: use 'writable' as a hint to map writable pfn
` [PATCH v6 08/12] KVM: introduce KVM_PFN_ERR_RO_FAULT
` [PATCH v6 09/12] KVM: introduce KVM_HVA_ERR_BAD
` [PATCH v6 10/12] KVM: introduce KVM_HVA_ERR_RO_BAD
` [PATCH v6 11/12] KVM: introduce readonly memslot
` [PATCH v6 12/12] KVM: indicate readonly access fault
[PATCH 1/4] kvm tools: Embed init and init_stage2 into lkvm binary
2012-08-22 12:48 UTC (4+ messages)
` [PATCH 2/4] kvm tools: Use LD instead using 'ld' directly
` [PATCH 3/4] kvm tools: Merge guest init and init_stage2.c
` [PATCH 4/4] kvm tools: Make 'lkvm setup' work outside kernel/tools/kvm dir
[PATCH v2] KVM: MMU: Fix mmu_shrink() so that it can free mmu pages as intended
2012-08-22 12:27 UTC (2+ messages)
[PATCH RESEND] kvm: Fix nonsense handling of compat ioctl
2012-08-22 12:22 UTC (2+ messages)
x86, nops settings result in kernel crash
2012-08-22 10:33 UTC (7+ messages)
` [Qemu-devel] "
` [PATCH] x86, alternative: fix p6 nops on non-modular kernels
[PATCH v9 0/2] kvm: level irqfd support
2012-08-22 10:10 UTC (17+ messages)
` [PATCH v9 1/2] kvm: Use a reserved IRQ source ID for irqfd
` [PATCH v9 2/2] kvm: On Ack, De-assert & Notify KVM_IRQFD extension
perf uncore & lkvm woes
2012-08-22 8:53 UTC (22+ messages)
Question: Timekeeping between Host and Guest with NTP
2012-08-22 8:46 UTC
[PATCH v8] kvm: notify host when the guest is panicked
2012-08-22 7:30 UTC (14+ messages)
` [PATCH v8 5/6] introduce a new qom device to deal with panicked event
` [Qemu-devel] "
` [Qemu-devel] [PATCH v8] kvm: notify host when the guest is panicked
[PATCH] mm: mmu_notifier: fix inconsistent memory between secondary MMU and host
2012-08-22 6:03 UTC (6+ messages)
[PATCH V2] kvm tools: Add initial virtio-scsi support
2012-08-22 5:44 UTC (5+ messages)
[RFC-v3 0/5] vhost-scsi: Add support for host virtualized target
2012-08-21 20:52 UTC (6+ messages)
` [RFC-v3 1/5] monitor: Rename+move net_handle_fd_param -> monitor_handle_fd_param
` [RFC-v3 2/5] vhost: Pass device path to vhost_dev_init()
` [RFC-v3 3/5] vhost-scsi: add -vhost-scsi host device for use with tcm-vhost
` [RFC-v3 4/5] virtio-scsi: Add start/stop functionality for vhost-scsi
` [RFC-v3 5/5] virtio-scsi: Set max_target=0 during vhost-scsi operation
[Autotest] [PATCH] virt.kvm_vm: Autodetect whenever bootindex should be used
2012-08-21 18:01 UTC
[PATCH v10 00/14] KVM/ARM Implementation
2012-08-21 14:13 UTC (10+ messages)
` [PATCH v10 07/14] KVM: ARM: Memory virtualization setup
` [kvmarm] "
` [PATCH v10 08/14] KVM: ARM: Inject IRQs and FIQs from userspace
[PATCH 00/13] Big real mode fixes
2012-08-21 14:07 UTC (14+ messages)
` [PATCH 01/13] KVM: VMX: Separate saving pre-realmode state from setting segments
` [PATCH 02/13] KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg()
` [PATCH 03/13] KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmode
` [PATCH 04/13] KVM: VMX: Retain limit and attributes when entering protected mode
` [PATCH 05/13] KVM: VMX: Allow real mode emulation using vm86 with dpl=0
` [PATCH 06/13] KVM: VMX: Allow vm86 virtualization of big real mode
` [PATCH 07/13] KVM: x86 emulator: Leave segment limit and attributs alone in "
` [PATCH 08/13] KVM: x86 emulator: Check segment limits in real mode too
` [PATCH 09/13] KVM: x86 emulator: Fix #GP error code during linearization
` [PATCH 10/13] KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1
` [PATCH 11/13] KVM: VMX: Preserve segment limit and access rights in real mode
` [PATCH 12/13] KVM: VMX: Save all segment data "
` [PATCH 13/13] KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize
Getting VLANS to the vm ping / UDP working but TCP not
2012-08-21 14:03 UTC
[PATCH 0/6] KVM: BOOKE/BOOKEHV : Added debug stub support
2012-08-21 13:52 UTC (7+ messages)
` [PATCH 1/6] KVM: PPC: booke: use vcpu reference from thread_struct
` [PATCH 2/6] KVM: PPC: booke: Allow multiple exception types
` [PATCH 3/6] KVM: PPC: booke: Added debug handler
` [PATCH 4/6] KVM: PPC: debug stub interface parameter defined
` [PATCH 5/6] booke: Added DBCR4 SPR number
` [PATCH 6/6] KVM: booke/bookehv: Add debug stub support
KVM call agenda for Tuesday, August 21
2012-08-21 13:39 UTC (2+ messages)
[PATCH v4 0/8] KVM paravirt remote flush tlb
2012-08-21 11:28 UTC (9+ messages)
` [PATCH v4 1/8] mm, x86: Add HAVE_RCU_TABLE_FREE support
` [PATCH v4 2/8] mm: Add missing TLB invalidate to RCU page-table freeing
` [PATCH v4 3/8] KVM Guest: Add VCPU running/pre-empted state for guest
` [PATCH v4 4/8] KVM-HV: "
` [PATCH v4 5/8] KVM Guest: Add paravirt kvm_flush_tlb_others
` [PATCH v4 6/8] KVM-HV: Add flush_on_enter before guest enter
` [PATCH v4 7/8] Enable HAVE_RCU_TABLE_FREE for kvm when PARAVIRT_TLB_FLUSH is enabled
` [PATCH v4 8/8] KVM-doc: Add paravirt tlb flush document
[PATCH v2] kvm-all.c: Move init of irqchip_inject_ioctl out of kvm_irqchip_create()
2012-08-21 10:27 UTC (4+ messages)
[PATCH] KVM: trace the events of mmu_notifier
2012-08-21 9:51 UTC
[RFC PATCH 0/4] s390: virtio-ccw guest kernel support
2012-08-21 5:35 UTC (6+ messages)
` [PATCH 3/4] s390/kvm: Add a channel I/O based virtio transport driver
[PATCH uq/master] kvm: Clean up irqfd API
2012-08-21 2:40 UTC (2+ messages)
[RFC PATCH] vfio: add fixup for broken PCI devices
2012-08-21 2:31 UTC (5+ messages)
[PULL 00/38] ppc patch queue 2012-08-15
2012-08-21 1:41 UTC (7+ messages)
` [PATCH 17/38] KVM: PPC: BookE: Add support for vcpu->mode
[PATCH 1/2] KVM: PPC: booke: Allow multiple exception types
2012-08-20 23:55 UTC (8+ messages)
` [PATCH 2/2] KVM: PPC: booke/bookehv: Add guest debug support
[RFC-v2 0/6] vhost-scsi: Add support for host virtualized target
2012-08-20 22:24 UTC (23+ messages)
` [RFC-v2 3/6] vhost-scsi: add -vhost-scsi host device for use with tcm-vhost
` [RFC-v2 4/6] virtio-scsi: Add start/stop functionality for vhost-scsi
` [RFC-v2 6/6] virtio-scsi: Fix incorrect VirtIOSCSI->cmd_vqs[0] definition
[libvirt-users] vm pxe fail
2012-08-20 17:47 UTC (2+ messages)
[Bug 31992] New: Clarify compilation options for the host or for the guest
2012-08-20 15:18 UTC (2+ messages)
` [Bug 31992] "
KVM-enabled Linux 3.2 won't boot in kvm
2012-08-20 14:44 UTC (3+ messages)
when will kvm merge update from upstream linux?
2012-08-20 10:57 UTC (3+ messages)
[PATCH] kvm/fpu: Enable fully eager restore kvm FPU
2012-08-20 10:53 UTC (9+ messages)
I NEVER KNEW THAT THERE ARE STILL REAL LOAN FIRM ONLINE
2012-08-19 17:10 UTC
Big real mode use in ipxe
2012-08-19 15:53 UTC (6+ messages)
` [ipxe-devel] "
` [Qemu-devel] "
` [Qemu-devel] "
[PATCH 37/74] lto, KVM: Don't assume asm statements end up in the same assembler file
2012-08-19 15:20 UTC (4+ messages)
[PATCH 3.6] KVM: x86 emulator: use stack size attribute to mask rsp in stack ops
2012-08-19 11:34 UTC
[PATCH v2 0/7] kvm: Get coalesced MMIO flushing out of the hot-path
2012-08-19 9:46 UTC (8+ messages)
` [PATCH v2 2/7] memory: Flush coalesced MMIO on selected region access
` [PATCH v3 "
[PATCH 3/5] KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctly
2012-08-19 9:39 UTC (12+ messages)
[PATCH v3] KVM: x86 emulator: access GPRs on demand
2012-08-19 9:32 UTC (3+ messages)
[regression] virtio net locks up
2012-08-19 9:01 UTC (9+ messages)
[GIT PULL] tcm_vhost: Initial merge of vhost level target fabric driver
2012-08-18 22:31 UTC (3+ 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