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
*
spapr: skip configuration section during migration of older machines
Greg Kurz
2016-03-17
1
-0
/
+1
*
spapr_drc: Change value of property "fdt" from null back to {}
Markus Armbruster
2015-12-04
1
-0
/
+5
*
spapr_drc: Make device "spapr-dr-connector" unavailable with -device
Markus Armbruster
2015-12-04
1
-0
/
+4
*
spapr_drc: Handle visitor errors properly
Markus Armbruster
2015-12-04
1
-6
/
+26
*
hw/ppc/ppc405_boards: Fix infinite recursion by converting taihu_cpld from ol...
Peter Maydell
2015-11-30
1
-44
/
+8
*
hw/ppc/spapr: Remove duplicated "pseries" alias
Thomas Huth
2015-11-30
1
-2
/
+0
*
Fix memory leak on error
Stefano Dong (董兴水)
2015-11-26
1
-0
/
+1
*
ppc: Convert spapr code to use object property iterators
Daniel P. Berrange
2015-11-18
1
-1
/
+4
*
cuda.c: add delay to setting of SR_INT bit
Mark Cave-Ayland
2015-11-12
1
-0
/
+3
*
PPC: mac99: Always add USB controller
Alexander Graf
2015-11-12
1
-1
/
+2
*
spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctl
Bharata B Rao
2015-11-11
1
-4
/
+16
*
Rename save_live_complete to save_live_complete_precopy
Dr. David Alan Gilbert
2015-11-10
1
-1
/
+1
*
ppc/spapr: add 2.4 compat props
Cornelia Huck
2015-10-29
1
-0
/
+9
*
Revert "memhp: extend address auto assignment to support gaps"
Michael S. Tsirkin
2015-10-29
1
-1
/
+1
*
prep: do not use CPU_LOG_IOPORT, convert to tracepoints
Paolo Bonzini
2015-10-23
1
-27
/
+3
*
ppc/spapr: Add "ibm,pa-features" property to the device-tree
Benjamin Herrenschmidt
2015-10-23
1
-0
/
+31
*
spapr_pci: Allow VFIO devices to work on the normal PCI host bridge
David Gibson
2015-10-23
1
-0
/
+6
*
spapr_iommu: Provide a function to switch a TCE table to allowing VFIO
David Gibson
2015-10-23
1
-0
/
+32
*
spapr_iommu: Rename vfio_accel parameter
David Gibson
2015-10-23
1
-3
/
+3
*
spapr_pci: Allow PCI host bridge DMA window to be configured
David Gibson
2015-10-23
1
-2
/
+5
*
spapr: Add "slb-size" property to CPU device tree nodes
Thomas Huth
2015-10-23
1
-0
/
+1
*
spapr: Abort when HTAB of requested size isn't allocated
Bharata B Rao
2015-10-23
1
-0
/
+8
*
spapr: Allocate HTAB from machine init
Bharata B Rao
2015-10-23
1
-7
/
+27
*
ppc/spapr: Allow VIRTIO_VGA
Benjamin Herrenschmidt
2015-10-20
1
-0
/
+1
*
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
2015-10-08
1
-2
/
+2
*
memhp: extend address auto assignment to support gaps
Igor Mammedov
2015-10-02
1
-1
/
+1
*
ppc: Rename ELF_MACHINE to be PPC specific
Peter Crosthwaite
2015-09-25
7
-10
/
+10
*
sPAPR: Enable EEH on VFIO PCI device only
Gavin Shan
2015-09-23
1
-1
/
+1
*
sPAPR: Revert don't enable EEH on emulated PCI devices
Gavin Shan
2015-09-23
1
-7
/
+0
*
ppc/spapr: Implement H_RANDOM hypercall in QEMU
Thomas Huth
2015-09-23
3
-1
/
+195
*
ppc/spapr: Fix buffer overflow in spapr_populate_drconf_memory()
Thomas Huth
2015-09-23
1
-3
/
+6
*
spapr: Fix default NUMA node allocation for threads
David Gibson
2015-09-23
1
-0
/
+8
*
spapr: Move memory hotplug to RTAS_LOG_V6_HP_ID_DRC_COUNT type
Bharata B Rao
2015-09-23
1
-1
/
+1
*
spapr: Support hotplug by specifying DRC count
Bharata B Rao
2015-09-23
3
-12
/
+41
*
spapr: Revert to memory@XXXX representation for non-hotplugged memory
Bharata B Rao
2015-09-23
1
-38
/
+9
*
spapr: Populate ibm,associativity-lookup-arrays correctly for non-NUMA
Bharata B Rao
2015-09-23
1
-2
/
+3
*
spapr: Provide better error message when slots exceed max allowed
Bharata B Rao
2015-09-23
1
-2
/
+2
*
spapr: Don't allow memory hotplug to memory less nodes
Bharata B Rao
2015-09-23
1
-1
/
+23
*
spapr: Memory hotplug support
Bharata B Rao
2015-09-23
2
-3
/
+123
*
spapr: Make hash table size a factor of maxram_size
Bharata B Rao
2015-09-23
1
-1
/
+1
*
spapr: Support ibm,dynamic-reconfiguration-memory
Bharata B Rao
2015-09-23
2
-49
/
+212
*
spapr: Add LMB DR connectors
David Gibson
2015-09-23
1
-0
/
+87
*
spapr: Use QEMU limit for maximum CPUs number
Alexey Kardashevskiy
2015-09-23
1
-4
/
+2
*
spapr: Don't use QOM [*] syntax for DR connectors.
David Gibson
2015-09-23
1
-1
/
+4
*
spapr_drc: use RTAS return codes for methods called by RTAS
Michael Roth
2015-09-23
2
-36
/
+41
*
spapr: Initialize hotplug memory address space
Bharata B Rao
2015-09-23
1
-0
/
+18
*
spapr_drc: don't allow 'empty' DRCs to be unisolated or allocated
Michael Roth
2015-09-23
1
-0
/
+21
*
spapr_pci: fix device tree props for MSI/MSI-X
Michael Roth
2015-09-23
1
-2
/
+10
*
spapr: Enable in-kernel H_SET_MODE handling
Alexey Kardashevskiy
2015-09-23
1
-0
/
+1
*
pseries: Fix incorrect calculation of threads per socket for chip-id
David Gibson
2015-09-23
1
-4
/
+2
[next]