index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
spapr: sanity check size of the CAS buffer
Greg Kurz
2017-10-17
1
-0
/
+7
*
spapr: fix OF word name in comment
Greg Kurz
2017-10-17
1
-1
/
+2
*
hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")
Greg Kurz
2017-10-17
2
-4
/
+2
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...
Peter Maydell
2017-09-27
3
-4
/
+10
|
\
|
*
migration: pre_save return int
Dr. David Alan Gilbert
2017-09-27
3
-4
/
+10
*
|
macio: use object link between MACIO_IDE and MAC_DBDMA object
Mark Cave-Ayland
2017-09-27
1
-1
/
+1
*
|
macio: pass channel into MACIOIDEState via qdev property
Mark Cave-Ayland
2017-09-27
1
-2
/
+2
*
|
spapr: fix the value of SDR1 in kvmppc_put_books_sregs()
Greg Kurz
2017-09-27
3
-27
/
+48
*
|
ppc/pnv: check for OPAL firmware file presence
Cédric Le Goater
2017-09-27
1
-1
/
+5
*
|
spapr_pci: make index property mandatory
Greg Kurz
2017-09-27
1
-54
/
+8
*
|
spapr: introduce helpers to migrate HPT chunks and the end marker
Greg Kurz
2017-09-27
1
-17
/
+21
*
|
ppc/kvm: generalize the use of kvmppc_get_htab_fd()
Greg Kurz
2017-09-27
1
-8
/
+7
*
|
ppc/kvm: change kvmppc_get_htab_fd() to return -errno on error
Greg Kurz
2017-09-27
1
-2
/
+3
*
|
ppc: Fix OpenPIC model
Benjamin Herrenschmidt
2017-09-27
1
-1
/
+1
*
|
ppc/ide/macio: Add missing registers
Benjamin Herrenschmidt
2017-09-27
1
-1
/
+5
*
|
ppc/mac: Advertise a high clock frequency for NewWorld Macs
Benjamin Herrenschmidt
2017-09-27
1
-1
/
+1
*
|
ppc: QOMify g3beige machine
Mark Cave-Ayland
2017-09-27
1
-2
/
+15
*
|
ppc4xx: Add more PLB registers
BALATON Zoltan
2017-09-27
1
-3
/
+9
|
/
*
Replace round_page() with TARGET_PAGE_ALIGN()
Kamil Rytarowski
2017-09-26
2
-16
/
+6
*
numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed
Igor Mammedov
2017-09-19
1
-9
/
+6
*
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2017-09-19
7
-34
/
+0
*
spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()
Greg Kurz
2017-09-15
1
-2
/
+2
*
spapr_cpu_core: cleaning up qdev_get_machine() calls
Greg Kurz
2017-09-15
1
-3
/
+3
*
spapr_pci: don't create 64-bit MMIO window if we don't need to
Greg Kurz
2017-09-15
1
-7
/
+13
*
spapr_pci: convert sprintf() to g_strdup_printf()
Greg Kurz
2017-09-15
1
-9
/
+12
*
spapr_cpu_core: fail gracefully with non-pseries machine types
Greg Kurz
2017-09-15
1
-2
/
+3
*
spapr_pci: handle FDT creation errors with _FDT()
Greg Kurz
2017-09-15
1
-23
/
+7
*
spapr_pci: use the common _FDT() helper
Greg Kurz
2017-09-15
1
-9
/
+1
*
spapr: fix CAS-generated reset
Cédric Le Goater
2017-09-15
1
-0
/
+7
*
ppc/xive: fix OV5_XIVE_EXPLOIT bits
Cédric Le Goater
2017-09-15
1
-1
/
+1
*
spapr: only update SDR1 once per-cpu during CAS
Greg Kurz
2017-09-15
1
-9
/
+5
*
spapr_pci: use g_strdup_printf()
Greg Kurz
2017-09-15
1
-9
/
+10
*
spapr_pci: drop useless check in spapr_populate_pci_child_dt()
Greg Kurz
2017-09-15
1
-5
/
+1
*
spapr_pci: drop useless check in spapr_phb_vfio_get_loc_code()
Greg Kurz
2017-09-15
1
-2
/
+2
*
hw/ppc/spapr.c: cleaning up qdev_get_machine() calls
Daniel Henrique Barboza
2017-09-15
1
-10
/
+9
*
ppc: spapr: Move VCPU ID calculation into sPAPR
Sam Bobroff
2017-09-08
1
-0
/
+11
*
ppc: make cpu_model translation to type consistent
Igor Mammedov
2017-09-08
1
-12
/
+12
*
PPC: KVM: Support machine option to set VSMT mode
Sam Bobroff
2017-09-08
1
-0
/
+75
*
spapr: fallback to raw mode if best compat mode cannot be set during CAS
Greg Kurz
2017-09-08
1
-4
/
+14
*
hw/ppc/spapr_cpu_core: Add a proper check for spapr machine
Thomas Huth
2017-09-08
1
-0
/
+5
*
ppc4xx: Export ECB and PLB emulation
BALATON Zoltan
2017-09-08
2
-2
/
+5
*
ppc4xx_i2c: Move to hw/i2c
BALATON Zoltan
2017-09-08
2
-217
/
+1
*
ppc4xx_i2c: QOMify
BALATON Zoltan
2017-09-08
3
-109
/
+52
*
ppc4xx: Split off 4xx I2C emulation from ppc405_uc to its own file
BALATON Zoltan
2017-09-08
4
-242
/
+275
*
ppc4xx: Make MAL emulation more generic
BALATON Zoltan
2017-09-08
2
-105
/
+68
*
ppc4xx: Move MAL from ppc405_uc to ppc4xx_devs
BALATON Zoltan
2017-09-08
2
-263
/
+264
*
spapr_iommu: Realloc guest visible TCE table when hot(un)plugging vfio-pci
Alexey Kardashevskiy
2017-09-08
1
-21
/
+14
*
ppc: spapr: Make VCPU ID handling private to SPAPR
Sam Bobroff
2017-09-08
4
-32
/
+37
*
ppc: spapr: Rename cpu_dt_id to vcpu_id
Sam Bobroff
2017-09-08
4
-16
/
+16
[prev]
[next]