public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-07-30 06:32:20 to 2014-08-02 06:35:33 UTC [more...]

kvm-unit-tests failures
 2014-08-02  6:35 UTC  (2+ messages)

[RFC][PATCH] kvm: x86: fix stale mmio cache bug
 2014-08-02  4:15 UTC  (2+ messages)

[PATCH 0/6] Guest debug emulation
 2014-08-02  3:35 UTC  (22+ messages)
` [PATCH 1/6] KVM: PPC: BOOKE: No need to set DBCR0_EDM in guest visible register
` [PATCH 6/6] KVM: PPC: BOOKE: Emulate debug registers and exception

Fwd: Question and Performance of Intel's APIC-v on Xeon E5 v2
 2014-08-01 17:57 UTC 

[RFC PATCH 00/17] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service
 2014-08-01 16:02 UTC  (18+ messages)
` [RFC PATCH 04/17] COLO info: use colo info to tell migration target colo is enabled
` [RFC PATCH 05/17] COLO save: integrate COLO checkpointed save into qemu migration
` [RFC PATCH 07/17] COLO buffer: implement colo buffer as well as QEMUFileOps based on it
` [RFC PATCH 10/17] COLO ctl: introduce is_slave() and is_master()
` [RFC PATCH 11/17] COLO ctl: implement colo checkpoint protocol
` [RFC PATCH 13/17] COLO ctl: implement colo save
` [RFC PATCH 15/17] COLO save: reuse migration bitmap under colo checkpoint
` [RFC PATCH 16/17] COLO ram cache: implement colo ram cache on slaver

Integrity in untrusted environments
 2014-08-01 15:43 UTC  (5+ messages)

[PATCH] arm64: KVM: fix 64bit CP15 VM access for 32bit guests
 2014-08-01 12:04 UTC  (2+ messages)

[PULL 00/63] ppc patch queue 2014-08-01
 2014-08-01 10:19 UTC  (65+ messages)
` [PULL 01/63] KVM: PPC: BOOK3S: PR: Fix PURR and SPURR emulation
` [PULL 02/63] KVM: PPC: BOOK3S: PR: Emulate virtual timebase register
` [PULL 03/63] KVM: PPC: BOOK3S: PR: Emulate instruction counter
` [PULL 04/63] KVM: PPC: Book3s PR: Disable AIL mode with OPAL
` [PULL 05/63] KVM: PPC: Book3s HV: Fix tlbie compile error
` [PULL 06/63] KVM: PPC: Book3S PR: Handle hyp doorbell exits
` [PULL 07/63] KVM: PPC: Book3S HV: Fix ABIv2 indirect branch issue
` [PULL 08/63] KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()
` [PULL 09/63] KVM: PPC: Book3S PR: Fix ABIv2 on LE
` [PULL 10/63] KVM: PPC: Book3S PR: Fix sparse endian checks
` [PULL 11/63] KVM: PPC: e500mc: Enhance tlb invalidation condition on vcpu schedule
` [PULL 12/63] KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handling
` [PULL 13/63] KVM: PPC: Book3S: Allow only implemented hcalls to be enabled or disabled
` [PULL 14/63] KVM: PPC: Book3S HV: Add H_SET_MODE hcall handling
` [PULL 15/63] KVM: PPC: e500: Fix default tlb for victim hint
` [PULL 16/63] PPC: Add asm helpers for BE 32bit load/store
` [PULL 17/63] KVM: PPC: Book3S HV: Make HTAB code LE host aware
` [PULL 18/63] KVM: PPC: Book3S HV: Access guest VPA in BE
` [PULL 19/63] KVM: PPC: Book3S HV: Access host lppaca and shadow slb "
` [PULL 20/63] KVM: PPC: Book3S HV: Access XICS "
` [PULL 21/63] KVM: PPC: Book3S HV: Fix ABIv2 on LE
` [PULL 22/63] KVM: PPC: Book3S HV: Enable for little endian hosts
` [PULL 23/63] KVM: PPC: e500: Emulate power management control SPR
` [PULL 24/63] KVM: PPC: Book3S: Move vcore definition to end of kvm_arch struct
` [PULL 25/63] KVM: PPC: Deflect page write faults properly in kvmppc_st
` [PULL 26/63] KVM: PPC: Book3S: Stop PTE lookup on write errors
` [PULL 27/63] KVM: PPC: Book3S: Add hack for split real mode
` [PULL 28/63] KVM: PPC: Book3S: Make magic page properly 4k mappable
` [PULL 29/63] kvm: ppc: bookehv: Added wrapper macros for shadow registers
` [PULL 30/63] kvm: ppc: booke: Use the shared struct helpers of SRR0 and SRR1
` [PULL 31/63] kvm: ppc: booke: Use the shared struct helpers of SPRN_DEAR
` [PULL 32/63] kvm: ppc: booke: Add shared struct helpers of SPRN_ESR
` [PULL 33/63] kvm: ppc: booke: Use the shared struct helpers for SPRN_SPRG0-7
` [PULL 34/63] kvm: ppc: Add SPRN_EPR get helper function
` [PULL 35/63] KVM: PPC: e500mc: Revert "add load inst fixup"
` [PULL 36/63] KVM: PPC: Book3e: Add TLBSEL/TSIZE defines for MAS0/1
` [PULL 37/63] KVM: PPC: Book3s: Remove kvmppc_read_inst() function
` [PULL 38/63] KVM: PPC: Allow kvmppc_get_last_inst() to fail
` [PULL 39/63] KVM: PPC: Bookehv: Get vcpu's last instruction for emulation
` [PULL 40/63] kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exit
` [PULL 41/63] KVM: PPC: Booke-hv: Add one reg interface for SPRG9
` [PULL 42/63] KVM: PPC: Remove comment saying SPRG1 is used for vcpu pointer
` [PULL 43/63] KVM: PPC: Remove 440 support
` [PULL 44/63] KVM: PPC: Book3S: Fix LPCR one_reg interface
` [PULL 45/63] KVM: PPC: Book3S PR: Take SRCU read lock around RTAS kvm_read_guest() call
` [PULL 46/63] KVM: PPC: Book3S: Make kvmppc_ld return a more accurate error indication
` [PULL 47/63] Split out struct kvmppc_vcore creation to separate function
` [PULL 48/63] Use the POWER8 Micro Partition Prefetch Engine in KVM HV on POWER8
` [PULL 49/63] KVM: Rename and add argument to check_extension
` [PULL 50/63] KVM: Allow KVM_CHECK_EXTENSION on the vm fd
` [PULL 51/63] KVM: PPC: Book3S: Provide different CAPs based on HV or PR mode
` [PULL 52/63] KVM: PPC: BOOK3S: HV: Update compute_tlbie_rb to handle 16MB base page
` [PULL 53/63] KVM: PPC: Implement kvmppc_xlate for all targets
` [PULL 54/63] KVM: PPC: Move kvmppc_ld/st to common code
` [PULL 55/63] KVM: PPC: Remove kvmppc_bad_hva()
` [PULL 56/63] KVM: PPC: Use kvm_read_guest in kvmppc_ld
` [PULL 57/63] KVM: PPC: Handle magic page in kvmppc_ld/st
` [PULL 58/63] KVM: PPC: Separate loadstore emulation from priv emulation
` [PULL 59/63] KVM: PPC: Expose helper functions for data/inst faults
` [PULL 60/63] KVM: PPC: Remove DCR handling
` [PULL 61/63] KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_spr
` [PULL 62/63] KVM: PPC: HV: Remove generic instruction emulation
` [PULL 63/63] KVM: PPC: PR: Handle FSCR feature deselects

[PATCH] arm64: KVM: export current vcpu->pause state via pseudo regs
 2014-08-01  9:48 UTC  (14+ messages)

[PATCH v2] KVM: nVMX: nested TPR shadow/threshold emulation
 2014-08-01  9:05 UTC  (2+ messages)

[PATCH 0/2] Avoid using TSC clocksource on AMD APUs affected by erratum 778
 2014-08-01  9:02 UTC  (7+ messages)
` [PATCH 1/2] x86: AMD: mark TSC unstable on APU family 15h models 10h-1fh
` [PATCH 2/2] x86: kvm: do not advertise stable clocksource if CPU has TSC drift BUG

[PATCH 2/2] KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use
 2014-08-01  8:24 UTC  (2+ messages)

[PATCH 1/2] KVM: nVMX: Fix nested vmexit ack intr before load vmcs01
 2014-08-01  8:12 UTC  (2+ messages)
` [PATCH 2/2] KVM: nVMX: fix acknowledge interrupt on exit when APICv is in use

[PATCH] KVM: nVMX: nested TPR shadow/threshold emulation
 2014-08-01  6:44 UTC  (7+ messages)

[PATCH v3] powerpc/kvm: support to handle sw breakpoint
 2014-08-01  4:50 UTC 

Query: Is it possible to lose interrupts between vhost and virtio_net during migration?
 2014-08-01  2:17 UTC 

[PATCH] arm64: bump MAX_MASTER_STREAMIDS from 16 to 32
 2014-07-31 19:43 UTC 

hang after seabios
 2014-07-31 19:17 UTC  (4+ messages)

Verifying Execution Integrity in Untrusted hypervisors
 2014-07-31 18:25 UTC  (7+ messages)

[PATCH] KVM: x86: cluster mode broadcast does not work
 2014-07-31 17:46 UTC 

[PATCH] KVM: x86: Remove redundant and incorrect cpl check on task-switch
 2014-07-31 17:45 UTC 

[PATCH 3/4] x86/kvm: Resolve shadow warnings in macro expansion
 2014-07-31 16:59 UTC  (4+ messages)
` [PATCH V2 "
` [PATCH V3 "

[PATCH 1/4] x86/kvm: Resolve some missing-initializers warnings
 2014-07-31 16:50 UTC  (5+ messages)
` [PATCH V2 "

[PATCH][next] arm64: KVM: GICv3: move system register access to msr_s/mrs_s
 2014-07-31 16:30 UTC  (5+ messages)

[RFC] increase perf kvm stat accuracy
 2014-07-31 14:43 UTC  (4+ messages)
` [PATCH/RFC] KVM: perf/stat: Properly show submicrosecond times

[GIT PULL 0/2] KVM: s390: Fixes for kvm/next (3.17)
 2014-07-31 14:31 UTC  (4+ messages)
` [GIT PULL 1/2] KVM: s390: Fix memory leak on busy SIGP stop
` [GIT PULL 2/2] KVM: s390: rework broken SIGP STOP interrupt handling

[PATCH v2 1/4] KVM: device: add simple registration mechanism for kvm_device_ops
 2014-07-31 13:25 UTC  (5+ messages)
` [PATCH v2 2/4] KVM: ARM: vgic: register kvm_device_ops dynamically

[PATCH v5 0/5] random,x86,kvm: Rework arch RNG seeds and get some from kvm
 2014-07-31 11:56 UTC  (7+ messages)
` [PATCH v5 1/5] x86,kvm: Add MSR_KVM_GET_RNG_SEED and a matching feature bit
` [PATCH v5 4/5] x86,random,kvm: Use KVM_GET_RNG_SEED in arch_get_rng_seed
` [PATCH v5 5/5] x86,kaslr: Use MSR_KVM_GET_RNG_SEED for KASLR if available

[PATCH v2] vhost: Add polling mode
 2014-07-31 11:50 UTC 

[PATCH] KVM: PPC: PR: Handle FSCR feature deselects
 2014-07-31  8:57 UTC 

[PATCH/RFC 0/5] s390x/kvm: track the logical cpu state in QEMU and propagate it to kvm
 2014-07-31  7:45 UTC  (8+ messages)
` [PATCH/RFC 4/5] s390x/kvm: test whether a cpu is STOPPED when checking "has_work"
    ` [Qemu-devel] "

-- Re: Very Urgent
 2014-07-30 23:13 UTC 

[PATCH kvm-unit-tests 0/3] x86: svm: minimal IOIO testing
 2014-07-30 20:08 UTC  (4+ messages)
` [PATCH kvm-unit-tests 1/3] x86: svm: load/save all GPRs
` [PATCH kvm-unit-tests 2/3] x86: svm: initialize IO bitmap
` [PATCH kvm-unit-tests 3/3] x86: svm: IOIO testing

[PATCH] KVM: PPC: HV: Remove generic instruction emulation
 2014-07-30 19:48 UTC  (5+ messages)

[GIT PULL] KVM/ARM Urgent fix for 3.16
 2014-07-30 18:54 UTC  (4+ messages)
` [PATCH] kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform

[PATCH 0/3] watchdog: kvm: disable hard lockup detection by default
 2014-07-30 17:07 UTC  (7+ messages)
` [PATCH 2/3] watchdog: control hard lockup detection default

[PATCH] KVM: x86: always exit on EOIs for interrupts listed in the IOAPIC redir table
 2014-07-30 16:51 UTC  (2+ messages)

dirty page tracking in kvm/qemu -- page faults inevitable?
 2014-07-30 16:18 UTC  (6+ messages)

[PATCH] KVM: vmx: remove duplicate vmx_mpx_supported()
 2014-07-30 15:45 UTC  (2+ messages)

[GIT PULL] Final KVM change for 3.16
 2014-07-30 13:31 UTC 

[PATCH v2] kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform
 2014-07-30 12:55 UTC  (3+ messages)

[PATCH] KVM: PPC: BOOKEHV: rename e500hv_spr to bookehv_spr
 2014-07-30  9:40 UTC  (2+ messages)

Pls Respond Ungent
 2014-07-30  8:49 UTC 

[PATCH] vhost: Add polling mode
 2014-07-30  6:32 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox