Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 1 | -0/+2 |
2019-07-05 | hw/ppc: Replace global smp variables with machine smp properties | Like Xu | 1 | -2/+2 |
2019-07-02 | hw/ppc/prep: Drop useless CONFIG_KVM ifdefery | Greg Kurz | 1 | -2/+0 |
2019-05-29 | hw/ppc/40p: use 1900 as a base year | Artyom Tarasenko | 1 | -1/+3 |
2019-05-29 | hw/ppc/40p: Move the MC146818 RTC to the board where it belongs | Philippe Mathieu-Daudé | 1 | -0/+3 |
2019-05-29 | hw/ppc/prep: use TYPE_MC146818_RTC instead of a hardcoded string | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-04-26 | hw/ppc/prep: Drop useless inclusion of "hw/input/i8042.h" | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-02-17 | hw/ppc/prep: Drop useless inclusion of "hw/i386/pc.h" | Philippe Mathieu-Daudé | 1 | -1/+0 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -2/+2 |
2018-09-25 | 40p: add fixed IRQ routing for LSI SCSI device | Mark Cave-Ayland | 1 | -5/+6 |
2018-09-25 | scsi: move lsi53c8xx_create() callers to lsi53c8xx_handle_legacy_cmdline() | Mark Cave-Ayland | 1 | -1/+3 |
2018-09-25 | 40p: use OR gate to wire up raven PCI interrupts | Mark Cave-Ayland | 1 | -3/+1 |
2018-09-25 | hw/ppc: on 40p machine, change default firmware to OpenBIOS | Hervé Poussineau | 1 | -1/+1 |
2018-08-23 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+3 |
2018-08-23 | hw/timer/mc146818rtc: Fix introspection problem | Thomas Huth | 1 | -0/+3 |
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 | hw/ppc/prep: Remove ifdeffed-out stub of XCSR code | Peter Maydell | 1 | -93/+4 |
2018-07-07 | ppc: fix default VGA display for PReP machines | Mark Cave-Ayland | 1 | -0/+2 |
2018-07-02 | hw/ppc: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -2/+2 |
2018-07-02 | hw: Use IEC binary prefix definitions from "qemu/units.h" | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-06-12 | prep: fix keyboard for the 40p machine | Mark Cave-Ayland | 1 | -1/+0 |
2018-06-12 | 40p: remove pci_allow_0_address = true from 40p machine class | Mark Cave-Ayland | 1 | -1/+0 |
2018-03-18 | hw/ppc/prep: Fix implicit creation of "-drive if=scsi" devices | Thomas Huth | 1 | -1/+1 |
2018-03-12 | hw/isa/superio: Add a keyboard/mouse controller (8042) | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-03-12 | hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIO | Philippe Mathieu-Daudé | 1 | -1/+1 |
2018-03-12 | hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h | Philippe Mathieu-Daudé | 1 | -2/+3 |
2018-03-12 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth | 1 | -1/+0 |
2018-02-06 | hw/ppc: Replace fprintf(stderr, "*\n" with error_report() | Alistair Francis | 1 | -2/+2 |
2017-12-18 | hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.c | Philippe Mathieu-Daudé | 1 | -0/+1 |
2017-10-17 | ppc: 40p/prep: replace cpu_model with cpu_type | Igor Mammedov | 1 | -8/+4 |
2017-09-19 | cpu: make cpu_generic_init() abort QEMU on error | Igor Mammedov | 1 | -9/+0 |
2017-09-01 | ppc: replace cpu_ppc_init() with cpu_generic_init() | Igor Mammedov | 1 | -2/+3 |
2017-06-30 | hw/ppc/prep: Remove superfluous call to soundhw_init() | Thomas Huth | 1 | -4/+0 |
2017-05-19 | audio: Rename hw/audio/audio.h to hw/audio/soundhw.h | Eduardo Habkost | 1 | -1/+1 |
2017-05-19 | audio: Rename audio_init() to soundhw_init() | Eduardo Habkost | 1 | -1/+1 |
2017-05-19 | audio: Move arch_init audio code to hw/audio/soundhw.c | Eduardo Habkost | 1 | -0/+1 |
2017-02-21 | hw: Default -drive to if=ide explicitly where it works | Markus Armbruster | 1 | -0/+1 |
2017-01-31 | prep: add IBM RS/6000 7020 (40p) machine emulation | Hervé Poussineau | 1 | -0/+230 |
2017-01-31 | prep: do not use global variable to access nvram | Hervé Poussineau | 1 | -2/+2 |
2016-06-13 | vl: Eliminate usb_enabled() | Eduardo Habkost | 1 | -1/+1 |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini | 1 | -0/+1 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-01-29 | ppc: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-13 | hw: Don't use hw_error() for machine initialization errors | Markus Armbruster | 1 | -4/+7 |
2015-10-23 | prep: do not use CPU_LOG_IOPORT, convert to tracepoints | Paolo Bonzini | 1 | -27/+3 |
2015-09-25 | ppc: Rename ELF_MACHINE to be PPC specific | Peter Crosthwaite | 1 | -1/+1 |
2015-09-19 | Use DEFINE_MACHINE() to register all machines | Eduardo Habkost | 1 | -11/+6 |