Sign in
qemu
/
qemu
/
a3b343772114c8c98986508f3352a631164f913c
/
target-ppc
/
kvm.c
159d2e3
ppc: Yet another fix for the huge page support detection mechanism
by Thomas Huth
· 9 years ago
86b50f2
ppc: Disable huge page support if it is not available for main RAM
by Thomas Huth
· 9 years ago
3b54254
spapr: Abstract CPU core device and type specific core devices
by Bharata B Rao
· 9 years ago
02d0e09
os-posix: include sys/mman.h
by Paolo Bonzini
· 9 years ago
52b2519
ppc: Provide function to get CPU class of the host CPU
by Thomas Huth
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
84a5a80
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
0ddbd05
spapr/target-ppc/kvm: Only add hcall-instructions if KVM supports it
by Alexey Kardashevskiy
· 9 years ago
f348b6d
util: move declarations out of qemu-common.h
by Veronia Bahaa
· 9 years ago
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
3be5cc2
target-ppc: Document TOCTTOU in hugepage support
by Markus Armbruster
· 9 years ago
e5c0d3c
target-ppc: Add helpers for updating a CPU's SDR1 and external HPT
by David Gibson
· 9 years ago
a7a00a7
target-ppc: Split out SREGS get/put functions
by David Gibson
· 9 years ago
388e47c
ppc/kvm: Tell the user what might be wrong when using bad CPU types with kvm-hv
by Thomas Huth
· 9 years ago
072ed5f
ppc/kvm: Use error_report() instead of cpu_abort() for user-triggerable errors
by Thomas Huth
· 9 years ago
bcd8123
target-ppc: Rework ppc_store_slb
by David Gibson
· 9 years ago
7ef2306
target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPU
by David Gibson
· 9 years ago
3a4b791
target-ppc: kvm: fix floating point registers sync on little-endian hosts
by Greg Kurz
· 9 years ago
0d75590
ppc: Clean up includes
by Peter Maydell
· 9 years ago
7d94a30
target-ppc: Define kvmppc_read_int_dt()
by Sukadev Bhattiprolu
· 9 years ago
90da0d5
ppc/spapr: Add "ibm,pa-features" property to the device-tree
by Benjamin Herrenschmidt
· 9 years ago
aa4bb58
ppc: Add mmu_model defines for arch 2.03 and 2.07
by Benjamin Herrenschmidt
· 9 years ago
6a81dd1
spapr_iommu: Rename vfio_accel parameter
by David Gibson
· 10 years ago
dc9f06c
kvm: Pass PCI device pointer to MSI routing functions
by Pavel Fedin
· 9 years ago
4c315c2
qdev: Protect device-list-properties against broken devices
by Markus Armbruster
· 10 years ago
f9b8e7f
target-ppc: Remove unnecessary variable
by Shraddha Barke
· 10 years ago
4d9392b
ppc/spapr: Implement H_RANDOM hypercall in QEMU
by Thomas Huth
· 10 years ago
ef9971d
spapr: Enable in-kernel H_SET_MODE handling
by Alexey Kardashevskiy
· 10 years ago
2d103aa
target-ppc: fix hugepage support when using memory-backend-file
by Michael Roth
· 10 years ago
4b8523e
kvm: First step to push iothread lock out of inner run loop
by Jan Kiszka
· 10 years ago
3b730f5
Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' into staging
by Peter Maydell
· 10 years ago
026bfd8
pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementations
by David Gibson
· 10 years ago
1850b6b
kvm: introduce kvm_arch_msi_data_to_gsi
by Eric Auger
· 10 years ago
4c66375
kvm: add support for memory transaction attributes
by Paolo Bonzini
· 10 years ago
b16565b
kvm: add machine state to kvm_arch_init
by Marcel Apfelbaum
· 10 years ago
9e03a04
kvm: extend kvm_irqchip_add_msi_route to work on s390
by Frank Blaschka
· 10 years ago
e094c4c
target-ppc: explicitly save page table headers in big endian
by Cédric Le Goater
· 10 years ago
cc64b1a
target-ppc: kvm: Fix memory overflow issue about strncat()
by Chen Gang
· 10 years ago
6fd33a7
PPC: KVM: Use vm check_extension for pv hcall
by Alexander Graf
· 11 years ago
88365d1
ppc: Add hw breakpoint watchpoint support
by Bharat Bhushan
· 11 years ago
8a0548f
ppc: Add software breakpoint support
by Bharat Bhushan
· 11 years ago
c371c2e
ppc: synchronize excp_vectors for injecting exception
by Bharat Bhushan
· 11 years ago
3c902d4
ppc: debug stub: Get trap instruction opcode from KVM
by Bharat Bhushan
· 11 years ago
ef95144
spapr: add uuid/host details to device tree
by Nikunj A Dadhania
· 11 years ago
658fa66
spapr: Move RMA memory region registration code
by Alexey Kardashevskiy
· 11 years ago
9bb62a0
spapr_iommu: Make in-kernel TCE table optional
by Alexey Kardashevskiy
· 11 years ago
d13fc32
PPC: KVM: Make pv hcall endian agnostic
by Alexander Graf
· 11 years ago
80b3f79
KVM: target-ppc: Enable TM state migration
by Alexey Kardashevskiy
· 11 years ago
87a91de
KVM: PPC: Expose fixup hcall capability
by Alexander Graf
· 11 years ago
523e7b8
spapr_iommu: Get rid of window_size in sPAPRTCETable
by Alexey Kardashevskiy
· 11 years ago
da95324
spapr_iommu: Enable multiple TCE requests
by Alexey Kardashevskiy
· 11 years ago
6db5bb0
KVM: PPC: Enable compatibility mode
by Alexey Kardashevskiy
· 11 years ago
98a8b52
spapr: Add support for time base offset migration
by Alexey Kardashevskiy
· 11 years ago
08215d8
KVM: PPC: Don't secretly add 1T segment feature to CPU
by Alexander Graf
· 11 years ago
5b79b1c
target-ppc: Create versionless CPU class per family if KVM
by Alexey Kardashevskiy
· 11 years ago
50a2c6e
kvm: reset state from the CPU's reset method
by Paolo Bonzini
· 12 years ago
48add81
ppc: use kvm_vcpu_enable_cap()
by Cornelia Huck
· 11 years ago
a47dddd
exec: Change cpu_abort() argument to CPUState
by Andreas Färber
· 12 years ago
2710342
cpu: Move exception_index field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
0f20ba6
target-ppc: spapr: e500: fix to use cpu_dt_id
by Alexey Kardashevskiy
· 11 years ago
0ce470c
target-ppc: add PowerPCCPU::cpu_dt_id
by Alexey Kardashevskiy
· 11 years ago
c138593
target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htab
by Aneesh Kumar K.V
· 11 years ago
7c43bca
target-ppc: Fix page table lookup with kvm enabled
by Aneesh Kumar K.V
· 11 years ago
f3c75d4
target-ppc: Fix htab_mask calculation
by Aneesh Kumar K.V
· 11 years ago
b36f100
PPC: KVM: suppress warnings about not supported SPRs
by Alexey Kardashevskiy
· 11 years ago
69b31b9
PPC: KVM: store SLB slot number
by Alexey Kardashevskiy
· 11 years ago
933b19e
PPC: KVM: Add missing address space to ldl_phys helper
by Alexander Graf
· 11 years ago
3bc9ccc
powerpc: add PVR mask support
by Alexey Kardashevskiy
· 12 years ago
c65f9a0
target-ppc: add stubs for KVM breakpoints
by Greg Kurz
· 11 years ago
d83af16
target-ppc: Use #define for max slb entries
by Aneesh Kumar K.V
· 12 years ago
4b4d4a2
target-ppc: Update slb array with correct index values.
by Aneesh Kumar K.V
· 12 years ago
feaa64c
target-ppc: Add helper for KVM_PPC_RTAS_DEFINE_TOKEN
by David Gibson
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
da56ff9
target-ppc/kvm.c: Rename 'dprintf' to 'DPRINTF'
by Peter Maydell
· 12 years ago
e68cb8b
pseries: savevm support with KVM
by Alexey Kardashevskiy
· 12 years ago
a83000f
spapr-tce: make sPAPRTCETable a proper device
by Anthony Liguori
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
4bddaf5
target-ppc kvm: save cr register
by Alexey Kardashevskiy
· 12 years ago
8216966
KVM: PPC: Add dummy kvm_arch_init_irq_routing()
by Scott Wood
· 12 years ago
997aba8
remove some double-includes
by Michael Tokarev
· 12 years ago
9b00ea4
target-ppc: Synchronize VPA state with KVM
by David Gibson
· 12 years ago
0cbad81
pseries: Fixes and enhancements to L1 cache properties
by David Gibson
· 12 years ago
f36951c
pseries: Fix incorrect calculation of RMA size in certain configurations
by David Gibson
· 12 years ago
31f2cb8
Enable kvm emulated watchdog
by Bharat Bhushan
· 12 years ago
3b96112
PPC: e500: advertise 4.2 MPIC only if KVM supports EPR
by Stuart Yoder
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
d5aea6f
mmu-hash*: Add header file for definitions
by David Gibson
· 12 years ago
c6304a4
target-ppc: Remove CONFIG_PSERIES dependency in kvm.c
by David Gibson
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
5ba4576
target-ppc: Make host CPU a subclass of the host's CPU model
by Andreas Färber
· 12 years ago
70b7984
target-ppc: Synchronize FPU state with KVM
by David Gibson
· 12 years ago
d67d40e
target-ppc: Add mechanism for synchronizing SPRs with KVM
by David Gibson
· 12 years ago
cfe34f4
target-ppc: Convert CPU definitions
by Andreas Färber
· 12 years ago
da91a00
target-ppc: Split out SO, OV, CA fields from XER
by Richard Henderson
· 12 years ago
b164e48
kvm: Create kvm_arch_vcpu_id() function
by Eduardo Habkost
· 12 years ago
5b95b8b
PPC: KVM: Add support for EPR with KVM
by Alexander Graf
· 12 years ago
55e5c28
cpu: Move cpu_index field to CPUState
by Andreas Färber
· 12 years ago
1b7ce68
target-ppc: Error out for -cpu host on unknown PVR
by Andreas Färber
· 12 years ago
2985b86
target-ppc: Slim conversion of model definitions to QOM subclasses
by Andreas Färber
· 12 years ago
Next »