index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ppc
/
prep.c
Age
Commit message (
Expand
)
Author
2024-02-15
hw/ppc/prep: Realize ISA bridge before accessing it
Philippe Mathieu-Daudé
2024-02-02
hw/ppc/prep: use pci_init_nic_devices()
David Woodhouse
2023-10-03
hw/ppc: Support machine-default audiodev with fallback
Martin Kletzander
2023-09-06
hw/ppc: Reset timebase facilities on machine reset
Nicholas Piggin
2023-06-25
ppc/prep: Report an error when run with KVM
Cédric Le Goater
2023-05-28
hw/ppc/prep: Fix wiring of PIC -> CPU interrupt
Bernhard Beschow
2023-05-22
hw/ppc: Use MachineClass->default_nic in the ppc machines
Thomas Huth
2023-02-27
hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data
Philippe Mathieu-Daudé
2023-02-27
hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument
Philippe Mathieu-Daudé
2022-10-31
hw: Remove unused MAX_IDE_BUS define
BALATON Zoltan
2022-07-18
ppc/6xx: Allocate IRQ lines with qdev_init_gpio_in()
Cédric Le Goater
2022-05-12
machine: use QAPI struct for boot configuration
Paolo Bonzini
2022-02-09
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2021-08-26
arch_init.h: Don't include arch_init.h unnecessarily
Peter Maydell
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
2020-12-10
ppc: do not use ram_size global
Paolo Bonzini
2020-12-10
ppc: remove bios_name
Paolo Bonzini
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
isa: Convert uses of isa_create() with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
2020-03-17
hw/ide: Remove unneeded inclusion of hw/ide.h
BALATON Zoltan
2020-02-02
hw/ppc/prep: Remove the deprecated "prep" machine and the OpenHackware BIOS
Thomas Huth
2019-10-24
hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-10-24
hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory
Philippe Mathieu-Daudé
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-07-05
hw/ppc: Replace global smp variables with machine smp properties
Like Xu
2019-07-02
hw/ppc/prep: Drop useless CONFIG_KVM ifdefery
Greg Kurz
2019-05-29
hw/ppc/40p: use 1900 as a base year
Artyom Tarasenko
2019-05-29
hw/ppc/40p: Move the MC146818 RTC to the board where it belongs
Philippe Mathieu-Daudé
2019-05-29
hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded string
Philippe Mathieu-Daudé
2019-04-26
hw/ppc/prep: Drop useless inclusion of "hw/input/i8042.h"
Philippe Mathieu-Daudé
2019-02-17
hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h"
Philippe Mathieu-Daudé
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-09-25
40p: add fixed IRQ routing for LSI SCSI device
Mark Cave-Ayland
2018-09-25
scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline()
Mark Cave-Ayland
2018-09-25
40p: use OR gate to wire up raven PCI interrupts
Mark Cave-Ayland
2018-09-25
hw/ppc: on 40p machine, change default firmware to OpenBIOS
Hervé Poussineau
2018-08-23
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-08-23
hw/timer/mc146818rtc: Fix introspection problem
Thomas Huth
2018-08-21
40p: don't use legacy fw_cfg_init_mem() function
Mark Cave-Ayland
2018-08-21
hw/ppc: deprecate the machine type 'prep', replaced by '40p'
Hervé Poussineau
2018-08-21
hw/ppc/prep: Remove ifdeffed-out stub of XCSR code
Peter Maydell
2018-07-07
ppc: fix default VGA display for PReP machines
Mark Cave-Ayland
[next]