index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
*
machine: Use type_init() to register machine classes
Eduardo Habkost
2019-11-29
2
-2
/
+2
*
spapr_pci: Remove finish_realize hook
David Gibson
2019-11-29
1
-20
/
+5
*
spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridge
David Gibson
2019-11-29
1
-44
/
+17
*
spapr_pci: Allow EEH on spapr-pci-host-bridge
David Gibson
2019-11-29
2
-9
/
+7
*
spapr_pci: Eliminate class callbacks
David Gibson
2019-11-29
2
-33
/
+29
*
spapr_pci: Switch to vfio_eeh_as_op() interface
David Gibson
2019-11-29
1
-34
/
+16
*
spapr_rng: fix race with main loop
Greg Kurz
2019-11-29
1
-2
/
+2
*
target-ppc: Eliminate kvmppc_kern_htab global
David Gibson
2019-11-29
2
-7
/
+6
*
target-ppc: Add helpers for updating a CPU's SDR1 and external HPT
David Gibson
2019-11-29
1
-11
/
+2
*
spapr_pci: fix multifunction hotplug
Michael Roth
2019-11-29
1
-7
/
+86
*
msi_supported -> msi_nonbroken
Michael S. Tsirkin
2019-11-29
2
-3
/
+3
*
loader: Add data swap option to load-elf
Peter Crosthwaite
2019-11-29
6
-9
/
+15
*
xics: report errors with the QEMU Error API
Greg Kurz
2019-11-29
3
-10
/
+16
*
spapr: skip configuration section during migration of older machines
Greg Kurz
2019-11-29
1
-0
/
+1
*
spapr: disable vmdesc submission for old machines
Greg Kurz
2019-11-29
1
-0
/
+1
*
spapr_pci: fix irq leak in RTAS ibm,change-msi
Greg Kurz
2019-11-29
1
-1
/
+8
*
spapr_pci: kill useless variable in rtas_ibm_change_msi()
Greg Kurz
2019-11-29
1
-3
/
+3
*
spapr_rng: disable hotpluggability
Greg Kurz
2019-11-29
1
-0
/
+1
*
spapr: initialize local Error pointer
Greg Kurz
2019-11-29
1
-1
/
+1
*
hw/ppc/spapr: Implement the h_page_init hypercall
Thomas Huth
2019-11-29
1
-0
/
+60
*
hw/ppc/spapr: Halt CPU when powering off via RTAS call
Thomas Huth
2019-11-29
1
-0
/
+1
*
pseries: Include missing pseries-2.5 compat properties in pseries-2.4
David Gibson
2019-11-29
1
-0
/
+1
*
cuda: port SET_DEVICE_LIST command to new framework
Hervé Poussineau
2019-11-29
1
-0
/
+1
*
cuda: port SET_AUTO_RATE command to new framework
Hervé Poussineau
2019-11-29
1
-0
/
+1
*
hw/ppc/spapr: Implement the h_set_xdabr hypercall
Thomas Huth
2019-11-29
1
-0
/
+22
*
hw/ppc/spapr: Implement h_set_dabr
Thomas Huth
2019-11-29
1
-5
/
+20
*
hw/ppc/spapr: Add h_set_sprg0 hypercall
Thomas Huth
2019-11-29
1
-2
/
+13
*
migration: ensure htab_save_first completes after timeout
David Gibson
2019-11-29
1
-1
/
+6
*
target-ppc: Remove hack for ppc_hash64_load_hpte*() with HV KVM
David Gibson
2019-11-29
1
-7
/
+0
*
pseries: Move hash page table allocation to reset time
David Gibson
2019-11-29
1
-74
/
+56
*
pseries: Add helper to calculate recommended hash page table size
David Gibson
2019-11-29
1
-10
/
+14
*
pseries: Simplify handling of the hash page table fd
David Gibson
2019-11-29
1
-45
/
+41
*
qapi: Drop unused error argument for list and implicit struct
Eric Blake
2019-11-29
1
-5
/
+1
*
qapi: Drop unused 'kind' for struct/enum visit
Eric Blake
2019-11-29
1
-2
/
+2
*
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
2019-11-29
1
-8
/
+8
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2019-11-29
1
-6
/
+6
*
target-ppc: Helper to determine page size information from hpte alone
David Gibson
2019-11-29
1
-19
/
+6
*
target-ppc: Add new TLB invalidate by HPTE call for hash64 MMUs
David Gibson
2019-11-29
1
-42
/
+4
*
target-ppc: Convert mmu-hash{32,64}.[ch] from CPUPPCState to PowerPCCPU
David Gibson
2019-11-29
1
-16
/
+15
*
pseries: Allow TCG h_enter to work with hotplugged memory
David Gibson
2019-11-29
1
-2
/
+17
*
pseries: Clean up error reporting in htab migration functions
David Gibson
2019-11-29
1
-6
/
+6
*
pseries: Clean up error reporting in ppc_spapr_init()
David Gibson
2019-11-29
1
-11
/
+12
*
pseries: Clean up error handling in xics_system_init()
David Gibson
2019-11-29
1
-3
/
+3
*
pseries: Clean up error handling in spapr_rtas_register()
David Gibson
2019-11-29
1
-9
/
+3
*
pseries: Clean up error handling in spapr_vga_init()
David Gibson
2019-11-29
1
-5
/
+5
*
pseries: Clean up error handling in spapr_validate_node_memory()
David Gibson
2019-11-29
1
-15
/
+22
*
pseries: Clean up error handling of spapr_cpu_init()
David Gibson
2019-11-29
1
-4
/
+11
*
ppc: Clean up error handling in ppc_set_compat()
David Gibson
2019-11-29
2
-8
/
+6
*
spapr: Don't create ibm,dynamic-reconfiguration-memory w/o DR LMBs
Bharata B Rao
2019-11-29
1
-1
/
+8
*
spapr: Remove abuse of rtas_ld() in h_client_architecture_support
David Gibson
2019-11-29
1
-7
/
+7
[next]