- 7336c94 hw/mips/jazz: Inline vga_mmio_init() and remove it by Philippe Mathieu-Daudé · 3 years, 3 months ago
- 3ac2523 hw/display: Rename VGA_ISA_MM -> VGA_MMIO by Philippe Mathieu-Daudé · 3 years, 3 months ago
- 7f4c520 arch_init.h: Don't include arch_init.h unnecessarily by Peter Maydell · 3 years, 7 months ago
- a13bfa5 hw/mips/jazz: Map the UART devices unconditionally by Philippe Mathieu-Daudé · 5 years ago
- b1600ff hw/mips/jazz: specify correct endian for dp8393x device by Mark Cave-Ayland · 3 years, 9 months ago
- 5d53baf hw/mips/jazz: move PROM and checksum calculation from dp8393x device to board by Mark Cave-Ayland · 3 years, 9 months ago
- 3803b6b target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failed by Richard Henderson · 4 years ago
- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 3 years, 11 months ago
- 84fbefe esp: rename existing ESP QOM type to SYSBUS_ESP by Mark Cave-Ayland · 4 years ago
- 7827168 cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass by Claudio Fontana · 4 years, 1 month ago
- cbc183d cpu: move cc->transaction_failed to tcg_ops by Claudio Fontana · 4 years, 1 month ago
- 2c65db5 vl: extract softmmu/datadir.c by Paolo Bonzini · 4 years, 4 months ago
- 59588be mips: remove bios_name by Paolo Bonzini · 4 years, 4 months ago
- a4374f8 hw/mips: Remove exit(1) in case of missing ROM by Pavel Dovgalyuk · 4 years, 8 months ago
- 79b99fe hw/mips/jazz: Correct CPU frequencies by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 0056d51 esp: Rename ESP_STATE to ESP by Eduardo Habkost · 4 years, 6 months ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
- 525d654 audio: rework pcspk_init() by Gerd Hoffmann · 4 years, 8 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
- 5298722 hw/mips: Rename malta/mipssim/r4k/jazz files by Aleksandar Markovic · 4 years, 10 months ago[Renamed from hw/mips/mips_jazz.c]
- 3fab7f2 hw/mips: Use memory_region_init_rom() with read-only regions by Philippe Mathieu-Daudé · 5 years ago
- 7c3dd4c mips/mips_jazz: add max ram size check by Igor Mammedov · 5 years ago
- 2a9bded mips/mips_jazz: use memdev for RAM by Igor Mammedov · 5 years ago
- 3110ce8 dp8393x: replace PROP_PTR with PROP_LINK by Marc-André Lureau · 5 years ago
- 852c27e hw: replace hw/i386/pc.h with a header just for the i8259 by Paolo Bonzini · 5 years ago
- 68fa5f5 mips: jazz: Renovate coding style by Filip Bozuta · 5 years ago
- bcdb906 hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
- 0287d89 mips: fix memory leaks in board initialization by Paolo Bonzini · 5 years ago
- 6626286 hw/mips/mips_jazz: Remove no-longer-necessary override of do_unassigned_access by Peter Maydell · 6 years ago
- 8d2b871 hw/mips/mips_jazz: Override do_transaction_failed hook by Peter Maydell · 6 years ago
- 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
- 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 09eb69a hw/mips/jazz: create ESP device directly via qdev by Mark Cave-Ayland · 7 years ago
- 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
- 47973a2 hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h by Philippe Mathieu-Daudé · 7 years ago
- 55f613a hw/dma/i8257: Rename DMA_init() to i8257_dma_init() by Philippe Mathieu-Daudé · 7 years ago
- bb3d5ea hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c by Philippe Mathieu-Daudé · 7 years ago
- 148b2ba hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices by Thomas Huth · 7 years ago
- 7eceff5 hw: Do not include "sysemu/block-backend.h" if it is not necessary by Thomas Huth · 7 years ago
- e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
- bd6e1d8 hw/mips: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
- 866e2b3 hw/display/vga: extract public API from i386/pc to "hw/display/vga.h" by Philippe Mathieu-Daudé · 7 years ago
- 6c646a1 hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() by Philippe Mathieu-Daudé · 7 years ago
- acf695e hw/timer/i8254: rename pit_init() -> i8254_pit_init() by Philippe Mathieu-Daudé · 7 years ago
- 3469e65 mips: Magnum/Acer Pica 61: replace cpu_model with cpu_type by Igor Mammedov · 7 years ago
- c4c8146c mips: replace cpu_mips_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
- 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
- 98a99ce hw: Use new memory_region_init_{ram, rom, rom_device}() functions by Peter Maydell · 8 years ago
- 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
- 3df9d74 memory/iommu: QOM'fy IOMMU MemoryRegion by Alexey Kardashevskiy · 8 years ago
- 8f2d75e hw: Drop superfluous special checks for orphaned -drive by Markus Armbruster · 8 years ago
- 5a975d4 mips: use MIPSCPU instead of CPUMIPSState by Paolo Bonzini · 9 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago
- 020e298 magnum: disable floppy DMA for now by Hervé Poussineau · 9 years ago
- 5714694 i8257: pass ISA bus to DMA_init() function by Hervé Poussineau · 9 years ago
- c684822 mips: Clean up includes by Peter Maydell · 9 years ago
- d10e543 isa: Clean up error handling around isa_bus_new() by Markus Armbruster · 9 years ago
- 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 9 years ago
- e264d29 Use DEFINE_MACHINE() to register all machines by Eduardo Habkost · 10 years ago
- f8ed85a Fix bad error handling after memory_region_init_ram() by Markus Armbruster · 9 years ago
- 5039d6e i8257: remove cpu_request_exit irq by Paolo Bonzini · 10 years ago
- 89ae0ff net/dp8393x: add PROM to store MAC address by Hervé Poussineau · 10 years ago
- 104655a net/dp8393x: QOM'ify by Hervé Poussineau · 10 years ago
- d791d60 dma/rc4030: convert to QOM by Hervé Poussineau · 10 years ago
- dd82051 dma/rc4030: use AddressSpace and address_space_rw in users by Hervé Poussineau · 10 years ago
- 9b1d21c mips jazz: compile only in 64 bit by Hervé Poussineau · 10 years ago
- 5c9eb02 exec.c: Make address_space_rw take transaction attributes by Peter Maydell · 10 years ago
- 6a926fb mips: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
- 5c63bcf jazz: remove usage of isa_mem_base by Hervé Poussineau · 10 years ago
- f33772c jazz: do not explode QEMUMachineInitArgs structure by Hervé Poussineau · 10 years ago
- bb2ed00 isa: add memory space parameter to isa_bus_new by Hervé Poussineau · 10 years ago
- 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
- 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
- 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
- 54e7555 mips jazz: do not raise data bus exception when accessing invalid addresses by Hervé Poussineau · 11 years ago
- c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
- 2e985fe mips: revert commit b332d24a8e1290954029814d09156b06ede358e2 by Aurelien Jarno · 12 years ago
- 38c8894 mips_jazz: Silence BIOS loading warning for qtest by Andreas Färber · 12 years ago
- b332d24 mips: degrade BIOS error to warning by Paolo Bonzini · 12 years ago
- f51100c mips_jazz: do not use isa_mmio by Paolo Bonzini · 12 years ago
- 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- 60a3e17 cpu: Change cpu_exit() argument to CPUState by Andreas Färber · 12 years ago
- b3e6d59 audio: enable PCI audio cards for all PCI-enabled targets by Paolo Bonzini · 12 years ago
- f81222b audio: look for the ISA and PCI buses by Paolo Bonzini · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago[Renamed from hw/mips_jazz.c]
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
- e4ada29 Make default boot order machine specific by Avik Sil · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
- 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
- 2d0d283 Support default block interfaces per QEMUMachine by Christian Borntraeger · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- 488cb99 serial: split serial.c by Gerd Hoffmann · 12 years ago
- 5f072e1 create struct for machine initialization arguments by Eduardo Habkost · 12 years ago