messages from 2013-01-09 17:34:29 to 2013-01-13 15:46:52 UTC [more...]
[PATCH v6 1/3] KVM: x86: clean up reexecute_instruction
2013-01-13 15:46 UTC (2+ messages)
` [PATCH v6 2/3] KVM: x86: let reexecute_instruction work for tdp
[PATCH V3 0/2] handle polling errors
2013-01-13 11:10 UTC (8+ messages)
` [PATCH V3 2/2] vhost: "
FreeBSD-amd64 fails to start with SMP on quemu-kvm
2013-01-13 9:23 UTC (6+ messages)
[PATCH] tcm_vhost: Use llist for cmd completion list
2013-01-12 16:06 UTC (2+ messages)
[PATCH 0/8] More fastop patches
2013-01-12 14:32 UTC (9+ messages)
` [PATCH 1/8] KVM: x86 emulator: Streamline SHLD, SHRD
` [PATCH 2/8] KVM: x86 emulator: convert shift/rotate instructions to fastop
` [PATCH 3/8] KVM: x86 emulator: covert SETCC "
` [PATCH 4/8] KVM: x86 emulator: convert INC/DEC "
` [PATCH 5/8] KVM: x86 emulator: convert BT/BTS/BTR/BTC/BSF/BSR "
` [PATCH 6/8] KVM: x86 emulator: convert 2-operand IMUL "
` [PATCH 7/8] KVM: x86 emulator: rearrange fastop definitions
` [PATCH 8/8] KVM: x86 emulator: convert a few freestanding emulations to fastop
[kvmarm] [PATCH v5.1 0/2] KVM: ARM: Rename KVM_SET_DEVICE_ADDRESS
2013-01-11 20:26 UTC (29+ messages)
[PATCH v5 1/5] KVM: MMU: fix Dirty bit missed if CR0.WP = 0
2013-01-11 19:09 UTC (13+ messages)
` [PATCH v5 5/5] KVM: x86: improve reexecute_instruction
` [PATCH v5 6/5] KVM: x86: clear write_fault_to_shadow_pgtable explicitly
[PATCH 1/2] VFIO-AER: Vfio-pci driver changes for supporting AER
2013-01-11 18:48 UTC (6+ messages)
[PATCH v2 0/2] KVM/ARM implementation of PSCI
2013-01-11 18:18 UTC (16+ messages)
` [PATCH v2 1/2] ARM: KVM: move one-time init to its own function
` [PATCH v2 2/2] ARM: KVM: Power State Coordination Interface implementation
` [kvmarm] "
` [kvmarm] [PATCH v2 0/2] KVM/ARM implementation of PSCI
[PATCH v9 0/3] x86, apicv: Add APIC virtualization support
2013-01-11 17:58 UTC (24+ messages)
` [PATCH v9 1/3] x86, apicv: add APICv register "
` [PATCH v9 2/3] x86, apicv: add virtual x2apic support
` [PATCH v9 3/3] x86, apicv: add virtual interrupt delivery support
[PATCH 2/2] QEMU-AER: Qemu changes to support AER for VFIO-PCI devices
2013-01-11 15:53 UTC (6+ messages)
[PATCH KVM v2 0/4] fix KVM i8259 IRQ trailing-edge logic
2013-01-11 15:45 UTC (12+ messages)
` [PATCH KVM v2 1/4] KVM: fix i8254 IRQ0 to be normally high
` [PATCH KVM v2 2/4] KVM: additional i8254 output fixes
[RFC PATCH 0/2] make mac programming for virtio net more robust
2013-01-11 14:52 UTC (15+ messages)
` [RFC PATCH 1/2] move virtnet_send_command() above virtnet_set_mac_address()
` [RFC PATCH 2/2] virtio-net: introduce a new control to set macaddr
` [Qemu-devel] "
` [RFC PATCH] virtio-net: introduce a new macaddr control
[uq/master PATCH] vmxcap: bit 9 of VMX_PROCBASED_CTLS2 is 'virtual interrupt delivery'
2013-01-11 1:02 UTC
[PATCH 0/4] KVM: Clean up and optimize __kvm_set_memory_region() - part1
2013-01-11 9:28 UTC (5+ messages)
` [PATCH 1/4] KVM: set_memory_region: Don't jump to out_free unnecessarily
` [PATCH 2/4] KVM: set_memory_region: Don't check for overlaps unless we create or move a slot
` [PATCH 3/4] KVM: set_memory_region: Remove unnecessary variable memslot
` [PATCH 4/4] KVM: set_memory_region: Identify the requested change explicitly
[PATCH qom-cpu 0/7] disable kvm_mmu + -cpu "enforce" fixes (v3)
2013-01-11 1:05 UTC (6+ messages)
` [PATCH qom-cpu 3/7] target-i386: Disable kvm_mmu by default
` [PATCH qom-cpu 6/7] target-i386/cpu.c: Add feature name array for ext4_features
` [Qemu-devel] "
` [Qemu-devel] [PATCH qom-cpu 0/7] disable kvm_mmu + -cpu "enforce" fixes (v3)
[RFC 00/12] target-i386: Fix APIC-ID-based topology (v4)
2013-01-11 0:05 UTC (23+ messages)
` [RFC 01/12] kvm: add KVM_FEATURE_CLOCKSOURCE_STABLE_BIT fake #define
` [RFC 02/12] target-i386: Don't set any KVM flag by default if KVM is disabled
` [RFC 03/12] pc: Reverse pc_init_pci() compatibility logic
` [RFC 04/12] kvm: Create kvm_arch_vcpu_id() function
` [RFC 05/12] target-i386: kvm: Set vcpu_id to APIC ID instead of CPU index
` [RFC 06/12] fw_cfg: Remove FW_CFG_MAX_CPUS from fw_cfg_init()
` [RFC 07/12] target-i386/cpu: Introduce apic_id_for_cpu() function
` [RFC 08/12] cpus.h: Make constant smp_cores/smp_threads available on *-user
` [RFC 09/12] pc: Set fw_cfg data based on APIC ID calculation
` [RFC 10/12] tests: Support target-specific unit tests
` [RFC 11/12] target-i386: Topology & APIC ID utility functions
` [RFC 12/12] pc: Generate APIC IDs according to CPU topology
[PULL 0/2] vfio-pci: Fixes for 1.4 & stable
2013-01-10 20:57 UTC (4+ messages)
` [PATCH 1/2] vfio-pci: Make host MSI-X enable track guest
` [PATCH 2/2] vfio-pci: Loosen sanity checks to allow future features
[PATCH] KVM: trace: Fix exit decoding
2013-01-10 17:51 UTC (2+ messages)
[PATCH 0/1] s390 bug in 3.8-rc
2013-01-10 19:53 UTC (3+ messages)
` [RFC/PATCH 1/1] s390/kvm: Fix BUG in include/linux/kvm_host.h:745
Proper taming of oom-killer with kvm
2013-01-10 19:29 UTC
[RFC PATCH 0/9] KVM: PPC: In-kernel PAPR interrupt controller emulation
2013-01-10 19:06 UTC (6+ messages)
[PATCH v3 0/7] Streamline arithmetic instruction emulation
2013-01-10 17:33 UTC (2+ messages)
[PATCH 0/7 -v2] KVM: Alleviate mmu_lock hold time when we start dirty logging
2013-01-10 17:49 UTC (2+ messages)
KVM/arm64 updates
2013-01-10 17:46 UTC
[PATCH 00/12] Multiqueue virtio-net
2013-01-10 14:15 UTC (21+ messages)
` [PATCH 01/12] tap: multiqueue support
` [Qemu-devel] [PATCH 10/12] virtio-net: "
` "
` [Qemu-devel] [PATCH 00/12] Multiqueue virtio-net
[PATCH 0/2] KVM: s390: Bugfixes for virtio-ccw
2013-01-09 20:40 UTC (2+ messages)
[PATCH] emulator: simple ALU tests
2013-01-09 20:32 UTC (2+ messages)
[PULL 0/8] ppc patch queue 2013-01-10
2013-01-10 12:45 UTC (9+ messages)
` [PATCH 1/8] KVM: PPC: Fix SREGS documentation reference
` [PATCH 2/8] KVM: PPC: Only WARN on invalid emulation
` [PATCH 3/8] KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1
` [PATCH 4/8] KVM: PPC: Fix mfspr/mtspr MMUCFG emulation
` [PATCH 5/8] KVM: PPC: BookE: Allow irq deliveries to inject requests
` [PATCH 6/8] KVM: PPC: BookE: Emulate mfspr on EPR
` [PATCH 7/8] KVM: PPC: BookE: Implement EPR exit
` [PATCH 8/8] KVM: PPC: BookE: Add EPR ONE_REG sync
KVM versions, machine types and failed migrations
2013-01-10 9:43 UTC (4+ messages)
` [okeanos-dev] "
[PATCH v2 0/5] Multiqueue virtio-scsi, and API for piecewise buffer submission
2013-01-10 8:44 UTC (8+ messages)
` [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers
Installation of Windows 8 hangs with KVM
2013-01-10 6:30 UTC (8+ messages)
vhost-net thread getting stuck ?
2013-01-10 5:13 UTC (3+ messages)
` [Qemu-devel] "
[PATCH] virtio-spec: fix two typos
2013-01-10 0:51 UTC (3+ messages)
[PATCH v8 0/3] x86, apicv: Add APIC virtualization support
2013-01-10 0:22 UTC (12+ messages)
` [PATCH v8 2/3] x86, apicv: add virtual interrupt delivery support
Guest performance is reduced after live migration
2013-01-09 17:34 UTC (6+ 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