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
*
mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum
BALATON Zoltan
2022-10-31
1
-4
/
+6
*
mac_{old|new}world: Code style fix adding missing braces to if-s
BALATON Zoltan
2022-10-31
2
-5
/
+10
*
mac_nvram: Use NVRAM_SIZE constant
BALATON Zoltan
2022-10-31
1
-2
/
+2
*
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
BALATON Zoltan
2022-10-31
3
-53
/
+1
*
hw/ppc/mac.h: Move PROM and KERNEL defines to board code
BALATON Zoltan
2022-10-31
3
-5
/
+10
*
hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header
BALATON Zoltan
2022-10-31
2
-3
/
+1
*
hw/ppc/mac.h: Move macio specific parts out from shared header
BALATON Zoltan
2022-10-31
1
-23
/
+0
*
hw/ppc/mac.h: Move newworld specific parts out from shared header
BALATON Zoltan
2022-10-31
3
-24
/
+20
*
mac_{old|new}world: Reduce number of QOM casts
BALATON Zoltan
2022-10-31
2
-48
/
+39
*
mac_newworld: Clean up creation of Uninorth devices
BALATON Zoltan
2022-10-31
1
-20
/
+17
*
mac_{old|new}world: Avoid else branch by setting default value
BALATON Zoltan
2022-10-31
2
-29
/
+8
*
mac_{old|new}world: Set tbfreq at declaration
BALATON Zoltan
2022-10-31
2
-16
/
+2
*
mac_oldworld: Drop some more variables
BALATON Zoltan
2022-10-31
1
-22
/
+21
*
mac_newworld: Drop some variables
BALATON Zoltan
2022-10-31
1
-36
/
+29
*
Merge tag 'mips-20221030' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2022-10-31
3
-19
/
+9
|
\
|
*
hw: Remove unused MAX_IDE_BUS define
BALATON Zoltan
2022-10-31
1
-2
/
+0
|
*
hw/isa/vt82c686: Create rtc-time alias in boards instead
Bernhard Beschow
2022-10-31
1
-0
/
+4
|
*
hw/isa/vt82c686: Instantiate AC97 and MC97 functions in host device
Bernhard Beschow
2022-10-31
1
-5
/
+0
|
*
hw/isa/vt82c686: Instantiate PM function in host device
Bernhard Beschow
2022-10-31
1
-2
/
+1
|
*
hw/isa/vt82c686: Instantiate USB functions in host device
Bernhard Beschow
2022-10-31
1
-4
/
+0
|
*
hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
Bernhard Beschow
2022-10-31
1
-2
/
+2
|
*
hw/isa/vt82c686: Instantiate IDE function in host device
Bernhard Beschow
2022-10-31
2
-6
/
+4
|
*
hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
Bernhard Beschow
2022-10-31
1
-1
/
+1
*
|
Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into staging
Stefan Hajnoczi
2022-10-31
11
-760
/
+855
|
\
\
|
|
/
|
/
|
|
*
hw/ppc/e500: Implement pflash handling
Bernhard Beschow
2022-10-29
2
-0
/
+80
|
*
ppc4xx_sdram: Add errp parameter to ppc4xx_sdram_banks()
BALATON Zoltan
2022-10-28
1
-9
/
+19
|
*
ppc4xx_sdram: Convert DDR SDRAM controller to new bank handling
BALATON Zoltan
2022-10-28
1
-61
/
+37
|
*
ppc4xx_sdram: Generalise bank setup
BALATON Zoltan
2022-10-28
2
-44
/
+48
|
*
ppc4xx_sdram: Rename local state variable for brevity
BALATON Zoltan
2022-10-28
1
-79
/
+79
|
*
ppc4xx_sdram: Use hwaddr for memory bank size
BALATON Zoltan
2022-10-28
1
-10
/
+4
|
*
ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.c
BALATON Zoltan
2022-10-28
2
-62
/
+61
|
*
ppc4xx_devs.c: Move DDR SDRAM controller model to ppc4xx_sdram.c
BALATON Zoltan
2022-10-28
2
-352
/
+365
|
*
ppc440_uc.c: Move DDR2 SDRAM controller model to ppc4xx_sdram.c
BALATON Zoltan
2022-10-28
3
-333
/
+350
|
*
target/ppc: introduce ppc_maybe_interrupt
Matheus Ferst
2022-10-28
4
-7
/
+9
|
*
target/ppc: define PPC_INTERRUPT_* values directly
Matheus Ferst
2022-10-28
2
-6
/
+6
*
|
reset: allow registering handlers that aren't called by snapshot loading
Jason A. Donenfeld
2022-10-27
3
-6
/
+6
|
/
*
hw/ppc: set machine->fdt in spapr machine
Daniel Henrique Barboza
2022-10-17
2
-0
/
+11
*
hw/ppc: set machine->fdt in pnv_reset()
Daniel Henrique Barboza
2022-10-17
1
-1
/
+7
*
hw/ppc: set machine->fdt in pegasos2_machine_reset()
Daniel Henrique Barboza
2022-10-17
1
-0
/
+4
*
hw/ppc: set machine->fdt in xilinx_load_device_tree()
Daniel Henrique Barboza
2022-10-17
1
-11
/
+14
*
hw/ppc: set machine->fdt in sam460ex_load_device_tree()
Daniel Henrique Barboza
2022-10-17
1
-10
/
+11
*
hw/ppc: set machine->fdt in bamboo_load_device_tree()
Daniel Henrique Barboza
2022-10-17
1
-11
/
+14
*
hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()
Peter Maydell
2022-10-17
1
-1
/
+1
*
hw/ppc/e500: Remove if statement which is now always true
Bernhard Beschow
2022-10-17
4
-19
/
+14
*
hw/ppc/mpc8544ds: Add platform bus
Bernhard Beschow
2022-10-17
1
-0
/
+6
*
hw/ppc/mpc8544ds: Rename wrongly named method
Bernhard Beschow
2022-10-17
1
-2
/
+2
*
hw/ppc/e500: Reduce usage of sysbus API
Bernhard Beschow
2022-10-17
1
-1
/
+1
*
hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
Bernhard Beschow
2022-10-17
1
-0
/
+1
*
hw/ppc/meson: Allow e500 boards to be enabled separately
Bernhard Beschow
2022-10-17
2
-4
/
+10
*
ppc440_uc.c: Remove unneeded parenthesis
BALATON Zoltan
2022-10-17
1
-10
/
+10
[next]