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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2018-09-25
hw/ppc: on 40p machine, change default firmware to OpenBIOS
Hervé Poussineau
1
-1
/
+1
2018-09-24
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.1-20180907' into...
Peter Maydell
11
-69
/
+128
2018-09-24
Drop "qemu:" prefix from error_report() arguments
Mao Zhongyi
2
-6
/
+6
2018-09-05
target/ppc/kvm: set vcpu as online/offline
Nikunj A Dadhania
2
-0
/
+3
2018-09-03
Fix a deadlock case in the CPU hotplug flow
Jose Ricardo Ziviani
1
-5
/
+5
2018-08-30
spapr: Correct reference count on spapr-cpu-core
Sam Bobroff
1
-0
/
+2
2018-08-30
mac_newworld: implement custom FWPathProvider
Mark Cave-Ayland
1
-1
/
+57
2018-08-30
uninorth: add ofw-addr property to allow correct fw path generation
Mark Cave-Ayland
1
-0
/
+1
2018-08-30
mac_oldworld: implement custom FWPathProvider
Mark Cave-Ayland
1
-1
/
+57
2018-08-30
grackle: set device fw_name and address for correct fw path generation
Mark Cave-Ayland
1
-0
/
+1
2018-08-30
macio: move MACIOIDEState type declarations to macio.h
Mark Cave-Ayland
1
-26
/
+0
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-1
/
+1
2018-08-28
spapr_pci: fix potential NULL pointer dereference
Greg Kurz
1
-1
/
+1
2018-08-28
spapr: fix leak of rev array
Emilio G. Cota
1
-0
/
+1
2018-08-28
ppc: Remove deprecated ppcemb target
Thomas Huth
4
-35
/
+0
2018-08-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-5
/
+28
2018-08-23
pc-dimm: assign and verify the "addr" property during pre_plug
David Hildenbrand
1
-4
/
+3
2018-08-23
pc-dimm: assign and verify the "slot" property during pre_plug
David Hildenbrand
1
-1
/
+8
2018-08-23
spapr: do not use CPU_FOREACH_REVERSE
Emilio G. Cota
1
-1
/
+15
2018-08-23
hw/timer/mc146818rtc: Fix introspection problem
Thomas Huth
1
-0
/
+3
2018-08-21
spapr_pci: factorize the use of SPAPR_MACHINE_GET_CLASS()
Cédric Le Goater
1
-5
/
+6
2018-08-21
mac_newworld: don't use legacy fw_cfg_init_mem() function
Mark Cave-Ayland
1
-1
/
+11
2018-08-21
mac_oldworld: don't use legacy fw_cfg_init_mem() function
Mark Cave-Ayland
1
-1
/
+11
2018-08-21
40p: don't use legacy fw_cfg_init_mem() function
Mark Cave-Ayland
1
-2
/
+11
2018-08-21
hw/ppc: deprecate the machine type 'prep', replaced by '40p'
Hervé Poussineau
1
-0
/
+1
2018-08-21
spapr: introduce a IRQ controller backend to the machine
Cédric Le Goater
3
-176
/
+235
2018-08-21
hw/ppc/ppc405_uc: Convert away from old_mmio
Peter Maydell
1
-148
/
+25
2018-08-21
hw/ppc/ppc_boards: Don't use old_mmio for ref405ep_fpga
Peter Maydell
1
-50
/
+10
2018-08-21
hw/ppc/prep: Remove ifdeffed-out stub of XCSR code
Peter Maydell
1
-93
/
+4
2018-08-21
spapr: introduce a fixed IRQ number space
Cédric Le Goater
6
-18
/
+179
2018-08-21
spapr: Add a pseries-3.1 machine type
Cédric Le Goater
1
-2
/
+21
2018-08-21
spapr_cpu_core: vmstate_[un]register per-CPU data from (un)realizefn
Bharata B Rao
1
-30
/
+32
2018-08-16
fw_cfg: ignore suffixes in the bootdevice list dependent on machine class
Mark Cave-Ayland
1
-1
/
+2
2018-08-01
sam460ex: Fix PCI interrupts with multiple devices
BALATON Zoltan
2
-17
/
+10
2018-07-16
sam460ex: Correct use after free error
BALATON Zoltan
1
-1
/
+2
2018-07-16
spapr: Correct inverted test in spapr_pc_dimm_node()
David Gibson
1
-1
/
+1
2018-07-09
sam460ex: Make sam460ex_load_device_tree() handle all errors internally
David Gibson
1
-12
/
+6
2018-07-09
sam460ex: Don't check for errors from qemu_fdt_*()
David Gibson
1
-20
/
+6
2018-07-09
sam460ex: Check for errors from libfdt functions
David Gibson
1
-2
/
+3
2018-07-07
ppc: fix default VGA display for PReP machines
Mark Cave-Ayland
1
-0
/
+2
2018-07-07
ppc440_uc: Fix a copy/paste error
Philippe Mathieu-Daudé
1
-1
/
+1
2018-07-07
spapr/vio: quiet down the "irq" property accessors
Cédric Le Goater
1
-3
/
+12
2018-07-07
ppc: fix default VGA display for Mac machines
Mark Cave-Ayland
2
-0
/
+2
2018-07-03
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...
Peter Maydell
8
-11
/
+281
2018-07-03
ppc: Include vga cirrus card into the compiling process
Sebastian Bauer
1
-0
/
+1
2018-07-03
spapr: compute default value of "hpt-max-page-size" later
Greg Kurz
2
-7
/
+19
2018-07-03
ppc440_uc: Basic emulation of PPC440 DMA controller
BALATON Zoltan
3
-0
/
+226
2018-07-03
sam460ex: Add RTC device
BALATON Zoltan
1
-0
/
+1
2018-07-03
hw/ppc: Give sam46ex its own config option
David Gibson
1
-1
/
+2
2018-07-03
ppc/pnv: fix pnv_core_realize() error handling
Cédric Le Goater
1
-0
/
+1
[prev]
[next]