index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-17
spapr_cpu_core: rewrite machine type sanity check
Greg Kurz
1
-4
/
+8
2017-10-17
spapr_pci: fail gracefully with non-pseries machine types
Greg Kurz
1
-1
/
+11
2017-10-17
spapr: Correct RAM size calculation for HPT resizing
David Gibson
1
-2
/
+2
2017-10-17
ppc: pnv: consolidate type definitions and batch register them
Igor Mammedov
1
-58
/
+34
2017-10-17
ppc: pnv: drop PnvChipClass::cpu_model field
Igor Mammedov
2
-17
/
+13
2017-10-17
ppc: pnv: define core types statically
Igor Mammedov
1
-28
/
+20
2017-10-17
ppc: pnv: drop PnvCoreClass::cpu_oc field
Igor Mammedov
1
-6
/
+12
2017-10-17
ppc: pnv: normalize core/chip type names
Igor Mammedov
2
-2
/
+2
2017-10-17
ppc: pnv: use generic cpu_model parsing
Igor Mammedov
2
-13
/
+11
2017-10-17
ppc: spapr: use generic cpu_model parsing
Igor Mammedov
2
-32
/
+14
2017-10-17
ppc: spapr: use cpu model names as tcg defaults instead of aliases
Igor Mammedov
1
-2
/
+2
2017-10-17
ppc: spapr: register 'host' core type along with the rest of core types
Igor Mammedov
1
-1
/
+4
2017-10-17
ppc: spapr: use cpu type name directly
Igor Mammedov
2
-12
/
+8
2017-10-17
ppc: spapr: define core types statically
Igor Mammedov
1
-59
/
+28
2017-10-17
ppc: move '-cpu foo,compat=xxx' parsing into ppc_cpu_parse_featurestr()
Igor Mammedov
2
-51
/
+1
2017-10-17
ppc: spapr: replace ppc_cpu_parse_features() with cpu_parse_cpu_model()
Igor Mammedov
2
-30
/
+4
2017-10-17
ppc: 40p/prep: replace cpu_model with cpu_type
Igor Mammedov
1
-8
/
+4
2017-10-17
ppc: virtex-ml507: replace cpu_model with cpu_type
Igor Mammedov
1
-7
/
+4
2017-10-17
ppc: replace cpu_model with cpu_type on ref405ep,taihu boards
Igor Mammedov
2
-4
/
+6
2017-10-17
ppc: bamboo: use generic cpu_model parsing
Igor Mammedov
1
-5
/
+2
2017-10-17
ppc: mac_oldworld: use generic cpu_model parsing
Igor Mammedov
1
-4
/
+2
2017-10-17
ppc: mac_newworld: use generic cpu_model parsing
Igor Mammedov
1
-9
/
+6
2017-10-17
ppc: mpc8544ds/e500plat: use generic cpu_model parsing
Igor Mammedov
3
-7
/
+4
2017-10-17
hw/ppc/spapr.c: abort unplug_request if previous unplug isn't done
Daniel Henrique Barboza
1
-2
/
+14
2017-10-17
target/ppc: Add POWER9 DD2.0 model information
David Gibson
1
-0
/
+1
2017-10-17
spapr: sanity check size of the CAS buffer
Greg Kurz
1
-0
/
+7
2017-10-17
spapr: fix OF word name in comment
Greg Kurz
1
-1
/
+2
2017-10-17
hw/ppc: use 0 instead of fdt_path_offset(fdt, "/")
Greg Kurz
2
-4
/
+2
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-09-27
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...
Peter Maydell
3
-4
/
+10
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
3
-4
/
+10
2017-09-27
macio: use object link between MACIO_IDE and MAC_DBDMA object
Mark Cave-Ayland
1
-1
/
+1
2017-09-27
macio: pass channel into MACIOIDEState via qdev property
Mark Cave-Ayland
1
-2
/
+2
2017-09-27
spapr: fix the value of SDR1 in kvmppc_put_books_sregs()
Greg Kurz
3
-27
/
+48
2017-09-27
ppc/pnv: check for OPAL firmware file presence
Cédric Le Goater
1
-1
/
+5
2017-09-27
spapr_pci: make index property mandatory
Greg Kurz
1
-54
/
+8
2017-09-27
spapr: introduce helpers to migrate HPT chunks and the end marker
Greg Kurz
1
-17
/
+21
2017-09-27
ppc/kvm: generalize the use of kvmppc_get_htab_fd()
Greg Kurz
1
-8
/
+7
2017-09-27
ppc/kvm: change kvmppc_get_htab_fd() to return -errno on error
Greg Kurz
1
-2
/
+3
2017-09-27
ppc: Fix OpenPIC model
Benjamin Herrenschmidt
1
-1
/
+1
2017-09-27
ppc/ide/macio: Add missing registers
Benjamin Herrenschmidt
1
-1
/
+5
2017-09-27
ppc/mac: Advertise a high clock frequency for NewWorld Macs
Benjamin Herrenschmidt
1
-1
/
+1
2017-09-27
ppc: QOMify g3beige machine
Mark Cave-Ayland
1
-2
/
+15
2017-09-27
ppc4xx: Add more PLB registers
BALATON Zoltan
1
-3
/
+9
2017-09-26
Replace round_page() with TARGET_PAGE_ALIGN()
Kamil Rytarowski
2
-16
/
+6
2017-09-19
numa: cpu: calculate/set default node-ids after all -numa CLI options are parsed
Igor Mammedov
1
-9
/
+6
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
7
-34
/
+0
2017-09-15
spapr_events: use QTAILQ_FOREACH_SAFE() in spapr_clear_pending_events()
Greg Kurz
1
-2
/
+2
2017-09-15
spapr_cpu_core: cleaning up qdev_get_machine() calls
Greg Kurz
1
-3
/
+3
2017-09-15
spapr_pci: don't create 64-bit MMIO window if we don't need to
Greg Kurz
1
-7
/
+13
[next]