messages from 2016-03-01 18:27:57 to 2016-03-03 12:56:34 UTC [more...]
[GIT PULL] VFIO fixes for v4.5-rc7
2016-03-03 12:56 UTC
[kvm-unit-tests 0/5] Debugging aids
2016-03-03 12:53 UTC (25+ messages)
` [kvm-unit-tests 1/5] lib: print failing assert cond
` [kvm-unit-tests 2/5] lib: backtrace printing
` [kvm-unit-tests 3/5] x86: lib: debug dump on unhandled exceptions
` [kvm-unit-tests 4/5] lib: dump stack on abort()
` [kvm-unit-tests 5/5] scripts: pretty print stack traces
` [kvm-unit-tests v2 0/8] Debugging aids
` [kvm-unit-tests v2 1/8] x86: emulator: asm fixes
` [kvm-unit-tests v2 2/8] x86: emulator: disable test_lldt
` [kvm-unit-tests v2 3/8] x86: realmode: fix test_sgdt_sidt overflow
` [kvm-unit-tests v2 4/8] x86: eventinj: make test work with -O0
` [kvm-unit-tests v2 5/8] lib: backtrace printing
` [kvm-unit-tests v2 6/8] x86: lib: debug dump on unhandled exceptions
` [kvm-unit-tests v2 7/8] lib: dump stack on abort()
` [kvm-unit-tests v2 8/8] scripts: pretty print stack traces
[kvm-unit-tests PATCH] powerpc: Add tests for RTAS
2016-03-03 12:45 UTC (2+ messages)
[RFC qemu 0/4] A PV solution for live migration optimization
2016-03-03 12:45 UTC (8+ messages)
` [RFC qemu 1/4] pc: Add code to get the lowmem form PCMachineState
` [RFC qemu 2/4] virtio-balloon: Add a new feature to balloon device
` [RFC qemu 3/4] migration: not set migration bitmap in setup stage
` [RFC qemu 4/4] migration: filter out guest's free pages in ram bulk stage
` [Qemu-devel] "
[kvm-unit-tests PATCH v3 0/4] add fmt warnings to printf, and fix bad uses
2016-03-03 12:38 UTC (7+ messages)
` [kvm-unit-tests PATCH v3 1/4] lib: *printf: warn on format/arg mismatch
` [kvm-unit-tests PATCH v3 2/4] lib/alloc: fix format warnings, add/use PRIx64
` [kvm-unit-tests PATCH v3 3/4] arm64: fix printf format warnings
` [kvm-unit-tests PATCH v3 4/4] x86: "
[kvm-unit-tests PATCH v2 0/4] add fmt warnings to printf, and fix bad uses
2016-03-03 12:36 UTC (11+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib: *printf: warn on format/arg mismatch
` [kvm-unit-tests PATCH v2 2/4] lib/alloc: fix format warnings, add/use PRIx64
` [kvm-unit-tests PATCH v2 3/4] arm64: fix printf format warnings
` [kvm-unit-tests PATCH v2 4/4] x86: "
[kvm-unit-tests PATCH] powerpc/spapr_hcall: Fix assembler constraints of the h_random h-call
2016-03-03 11:23 UTC
[PATCH 0/4] kvmtool: add PRE_INIT support for ARM/ARM64
2016-03-03 10:53 UTC (7+ messages)
` [PATCH 3/4] pre_init: add support for i386 also
` [PATCH 4/4] pre_init: add ARM implementations
[PART1 RFC 5/9] svm: Add VMEXIT handlers for AVIC
2016-03-03 10:50 UTC (14+ messages)
[RFC kernel 0/2]A PV solution for KVM live migration optimization
2016-03-03 10:46 UTC (3+ messages)
` [RFC kernel 1/2] mm: Add the functions used to get free pages information
` [RFC kernel 2/2] virtio-balloon: extend balloon driver to support a new feature
[PATCH v3] powerpc: Add tests for sPAPR h-calls
2016-03-03 8:58 UTC (8+ messages)
[PATCH v2 00/17] KVM/ARM: Guest Entry/Exit optimizations
2016-03-03 8:28 UTC (15+ messages)
` [PATCH v2 07/17] arm64: KVM: vgic-v2: Avoid accessing GICH registers
` [PATCH v2 08/17] arm64: KVM: vgic-v2: Save maintenance interrupt state only if required
` [PATCH v2 09/17] arm64: KVM: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH v2 10/17] arm64: KVM: vgic-v2: Do not save an LR known to be empty
` [PATCH v2 11/17] arm64: KVM: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH v2 12/17] arm64: KVM: vgic-v2: Make GICD_SGIR quicker to hit
Question regarding a special case VM communication
2016-03-03 3:55 UTC
[GIT PULL] Please pull my kvm-ppc-next branch
2016-03-03 2:38 UTC
[PATCH 0/3] kvmtool: fix vhost-net support
2016-03-02 22:20 UTC (8+ messages)
` [PATCH 1/3] irq: move IRQ routing into irq.c
` [PATCH 2/3] MSI-X: update GSI routing after changed MSI-X configuration
` [PATCH 3/3] virtio: fix endianness check for vhost support
[PATCH v3 00/16] KVM: x86: change PIT discard policy and untangle related code
2016-03-02 21:56 UTC (17+ messages)
` [PATCH v3 01/16] KVM: x86: change PIT discard tick policy
` [PATCH v3 02/16] KVM: x86: simplify atomics in kvm_pit_ack_irq
` [PATCH v3 03/16] KVM: x86: add kvm_pit_reset_reinject
` [PATCH v3 04/16] KVM: x86: use atomic_t instead of pit.inject_lock
` [PATCH v3 05/16] KVM: x86: tone down WARN_ON pit.state_lock
` [PATCH v3 06/16] KVM: x86: pass struct kvm_pit instead of kvm in PIT
` [PATCH v3 07/16] KVM: x86: remove unnecessary uses of PIT state lock
` [PATCH v3 08/16] KVM: x86: remove notifiers from PIT discard policy
` [PATCH v3 09/16] KVM: x86: refactor kvm_create_pit
` [PATCH v3 10/16] KVM: x86: refactor kvm_free_pit
` [PATCH v3 11/16] KVM: x86: remove pit and kvm from kvm_kpit_state
` [PATCH v3 12/16] KVM: x86: remove pointless dereference of PIT
` [PATCH v3 13/16] KVM: x86: don't assume layout of kvm_kpit_state
` [PATCH v3 14/16] KVM: x86: move PIT timer function initialization
` [PATCH v3 15/16] KVM: x86: turn kvm_kpit_state.reinject into atomic_t
` [PATCH v3 16/16] KVM: document KVM_REINJECT_CONTROL ioctl
[kvm-unit-tests 0/5] Split large EPT mappings properly
2016-03-02 18:13 UTC (29+ messages)
` [kvm-unit-tests 1/5] x86: vmx.h: trivial whitespace fixes
` [kvm-unit-tests 2/5] x86: vmx: Named constant: EPT_ADDR_MASK
` [kvm-unit-tests 3/5] x86: vmx: Named constant: EPT_LEVEL_SHIFT
` [kvm-unit-tests 4/5] x86: vmx: split large EPTEs in install_ept_entry
` [kvm-unit-tests 5/5] x86: vmx: don't explicitly split identity EPT map
` [kvm-unit-tests v2 0/6] Split large EPT mappings properly
` [kvm-unit-tests v2 1/6] x86: vmx.h: trivial whitespace fixes
` [kvm-unit-tests v2 2/6] lib: generic bitops.h
` [kvm-unit-tests v2 3/6] x86: vmx: Named constant: EPT_ADDR_MASK
` [kvm-unit-tests v2 4/6] x86: vmx: Named constant: EPT_LEVEL_SHIFT
` [kvm-unit-tests v2 5/6] x86: vmx: split large EPTEs in install_ept_entry
` [kvm-unit-tests v2 6/6] x86: vmx: don't explicitly split identity EPT map
` [kvm-unit-tests v3 0/6] Split large EPT mappings properly
` [kvm-unit-tests v3 1/6] x86: vmx.h: trivial whitespace fixes
` [kvm-unit-tests v3 2/6] lib: generic bitops.h
` [kvm-unit-tests v3 3/6] x86: vmx: Named constant: EPT_ADDR_MASK
` [kvm-unit-tests v3 4/6] x86: vmx: Named constant: EPT_LEVEL_SHIFT
` [kvm-unit-tests v3 5/6] x86: vmx: split large EPTEs in install_ept_entry
` [kvm-unit-tests v3 6/6] x86: vmx: don't explicitly split identity EPT map
[kvm-unit-tests PATCH v4 0/6] reduce exit status ambiguity and more
2016-03-02 17:33 UTC (7+ messages)
` [kvm-unit-tests PATCH v4 1/6] x86: clean up exit use, use abort
` [kvm-unit-tests PATCH v4 2/6] run scripts need consistent exit status
` [kvm-unit-tests PATCH v4 3/6] arch-run: reduce return code ambiguity
` [kvm-unit-tests PATCH v4 4/6] cleanup unittests.cfg headers
` [kvm-unit-tests PATCH v4 5/6] runtime: enable some unittest config overriding
` [kvm-unit-tests PATCH v4 6/6] run scripts: add timeout support
[kvm-unit-tests PATCH v3 0/6] reduce exit status ambiguity and more
2016-03-02 17:13 UTC (9+ messages)
` [kvm-unit-tests PATCH v3 3/6] arch-run: reduce return code ambiguity
[PATCH v5 0/5] NVDIMM ACPI: introduce the framework of QEMU emulated DSM
2016-03-02 16:10 UTC (8+ messages)
` [PATCH v5 1/5] nvdimm acpi: initialize the resource used by NVDIMM ACPI
` [PATCH v5 2/5] nvdimm acpi: introduce patched dsm memory
` [PATCH v5 3/5] nvdimm acpi: let qemu handle _DSM method
` [PATCH v5 4/5] nvdimm acpi: emulate dsm method
` [PATCH v5 5/5] nvdimm acpi: add _CRS
[kvm-unit-tests PATCH] x86: setjmp: including stdio is a no-no
2016-03-02 14:50 UTC (4+ messages)
[PATCH v7 0/6] KVM: arm64: Implement API for vGICv3 live migration
2016-03-02 12:48 UTC (4+ messages)
` [PATCH v7 1/6] KVM: arm/arm64: Add VGICv3 save/restore API documentation
[RFC v5 00/17] KVM PCIe/MSI passthrough on ARM/ARM64
2016-03-02 12:30 UTC (4+ messages)
` [RFC v5 17/17] vfio/type1: return MSI mapping requirements with VFIO_IOMMU_GET_INFO
我的主页在
2016-03-02 9:53 UTC
[PATCH] kvm: x86: Update tsc multiplier on change
2016-03-02 9:38 UTC (3+ messages)
[PULL] KVM/ARM updates for 4.5-rc7
2016-03-02 9:35 UTC (3+ messages)
` [PATCH] arm/arm64: KVM: Fix ioctl error handling
[PATCH for-4,5] mips/kvm: fix ioctl error handling
2016-03-02 9:35 UTC (2+ messages)
[RFC PATCH] kvm: Make KVM DF intercept configurable
2016-03-02 9:22 UTC (7+ messages)
[PATCH v4 0/9] NVDIMM ACPI: introduce the framework of QEMU emulated
2016-03-02 9:05 UTC (17+ messages)
` [PATCH 8/9] nvdimm acpi: emulate dsm method
[RFC PATCH v2 1/3] vGPU Core driver
2016-03-02 8:38 UTC (3+ messages)
` [RFC PATCH v2 3/3] VFIO: Type1 IOMMU mapping support for vGPU
[PATCH 0/3] KVM: Fix lost IRQ acks for RTC
2016-03-02 0:28 UTC (4+ messages)
[PATCH 3.14 035/130] MIPS: KVM: Uninit VCPU in vcpu_create error path
2016-03-01 23:51 UTC (3+ messages)
` [PATCH 3.14 033/130] MIPS: KVM: Fix ASID restoration logic
` [PATCH 3.14 034/130] MIPS: KVM: Fix CACHE immediate offset sign extension
[PATCH 3.10 16/80] MIPS: KVM: Fix ASID restoration logic
2016-03-01 23:45 UTC (3+ messages)
` [PATCH 3.10 17/80] MIPS: KVM: Fix CACHE immediate offset sign extension
` [PATCH 3.10 18/80] MIPS: KVM: Uninit VCPU in vcpu_create error path
CISCO AND AVAYA IP Phones
2016-03-01 20:10 UTC
Квартира-гостиница в Москве
2016-03-01 21:36 UTC
[kvm-unit-tests PATCH v4 0/2] powerpc: add little-endian support
2016-03-01 21:08 UTC (2+ messages)
[RFC PATCH v3 0/9] vfio: capability chains, sparse mmap, device specific regions, IGD support
2016-03-01 20:21 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