index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
mac_oldworld.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/ppc: use pci_init_nic_devices()
David Woodhouse
2024-02-02
1
-3
/
+1
*
hw/ppc: Reset timebase facilities on machine reset
Nicholas Piggin
2023-09-06
1
-0
/
+1
*
hw/ppc: Use MachineClass->default_nic in the ppc machines
Thomas Huth
2023-05-22
1
-1
/
+3
*
mac_oldworld: Allow specifying nvram backing store
BALATON Zoltan
2023-02-06
1
-1
/
+7
*
mac_{old,new}world: Use local variable instead of qdev_get_machine()
BALATON Zoltan
2023-02-06
1
-2
/
+1
*
mac_{old|new}world: Code style fix adding missing braces to if-s
BALATON Zoltan
2022-10-31
1
-3
/
+6
*
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
BALATON Zoltan
2022-10-31
1
-1
/
+0
*
hw/ppc/mac.h: Move PROM and KERNEL defines to board code
BALATON Zoltan
2022-10-31
1
-1
/
+6
*
hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header
BALATON Zoltan
2022-10-31
1
-0
/
+1
*
hw/ppc/mac.h: Move newworld specific parts out from shared header
BALATON Zoltan
2022-10-31
1
-0
/
+1
*
mac_{old|new}world: Reduce number of QOM casts
BALATON Zoltan
2022-10-31
1
-15
/
+11
*
mac_{old|new}world: Avoid else branch by setting default value
BALATON Zoltan
2022-10-31
1
-14
/
+4
*
mac_{old|new}world: Set tbfreq at declaration
BALATON Zoltan
2022-10-31
1
-8
/
+1
*
mac_oldworld: Drop some more variables
BALATON Zoltan
2022-10-31
1
-22
/
+21
*
ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-07-18
1
-1
/
+1
*
machine: use QAPI struct for boot configuration
Paolo Bonzini
2022-05-12
1
-1
/
+1
*
Remove qemu-common.h include from most units
Marc-André Lureau
2022-04-06
1
-1
/
+0
*
hw/ppc/mac.h: Remove MAX_CPUS macro
Peter Maydell
2021-12-17
1
-1
/
+2
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw/ide: remove 'ide-drive' device
Daniel P. Berrangé
2021-03-18
1
-13
/
+0
*
macio: move heathrow PIC inside macio-oldworld device
Mark Cave-Ayland
2021-01-13
1
-34
/
+32
*
mac_oldworld: move initialisation of grackle before heathrow
Mark Cave-Ayland
2021-01-13
1
-15
/
+15
*
mac_oldworld: remove duplicate bus check for PPC_INPUT(env)
Mark Cave-Ayland
2021-01-13
1
-6
/
+0
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
ppc: remove bios_name
Paolo Bonzini
2020-12-10
1
-3
/
+1
*
mac_oldworld: Change PCI address of macio to match real hardware
BALATON Zoltan
2020-10-19
1
-1
/
+1
*
mac_oldworld: Drop some variables
BALATON Zoltan
2020-10-19
1
-18
/
+17
*
mac_oldworld: Drop a variable, use get_system_memory() directly
BALATON Zoltan
2020-10-19
1
-3
/
+2
*
mac_oldworld: Allow loading binary ROM image
BALATON Zoltan
2020-10-19
1
-9
/
+20
*
grackle: use qdev gpios for PCI IRQs
Mark Cave-Ayland
2020-10-18
1
-2
/
+5
*
macio: don't reference serial_hd() directly within the device
Mark Cave-Ayland
2020-10-18
1
-0
/
+6
*
load_elf: Remove unused address variables from callers
BALATON Zoltan
2020-09-25
1
-4
/
+2
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-2
/
+2
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-3
/
+3
*
pci: Convert uses of pci_create() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
hw/ppc: Eliminate two superfluous QOM casts
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-10
/
+10
*
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-05-15
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging
Peter Maydell
2020-03-19
1
-1
/
+0
|
\
|
*
hw/ide: Remove unneeded inclusion of hw/ide.h
BALATON Zoltan
2020-03-17
1
-1
/
+0
*
|
hw/ppc: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-17
1
-2
/
+1
|
/
*
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
2020-02-28
1
-1
/
+1
*
ppc/mac_oldworld: use memdev for RAM
Igor Mammedov
2020-02-19
1
-4
/
+2
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-2
/
+2
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
2019-07-05
1
-1
/
+2
*
hw/ppc/mac_oldworld: Drop useless CONFIG_KVM ifdefery
Greg Kurz
2019-07-02
1
-2
/
+0
[next]