- f0b9e35 trace: split out trace events for hw/sparc/ directory by Daniel P. Berrange · 9 years ago
- cfc58cf vl: Replace DT_NOGRAPHIC with machine option by Eduardo Habkost · 9 years ago
- f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
- 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- 0e6aac8 machine: Use type_init() to register machine classes by Eduardo Habkost · 9 years ago
- 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
- ba0a710 dma: remove now useless DMA_* functions by Hervé Poussineau · 9 years ago
- 5714694 i8257: pass ISA bus to DMA_init() function by Hervé Poussineau · 9 years ago
- db5ebe5 sparc: Clean up includes by Peter Maydell · 9 years ago
- 7745238 sparc: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
- 8a661ae Revert use of DEFINE_MACHINE() for registrations of multiple machines by Andreas Färber · 10 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 · 10 years ago
- 5039d6e i8257: remove cpu_request_exit irq by Paolo Bonzini · 10 years ago
- 19d2b5e i8257: rewrite DMA_schedule to avoid hooking into the CPU loop by Paolo Bonzini · 10 years ago
- 48779e5 fw_cfg: fix FW_CFG_BOOT_DEVICE update on ppc and sparc by Gabriel L. Somlo · 10 years ago
- ca43b97 hw/sparc/sun4m.c: Fix misusing qemu_allocate_irqs for single irq by Shannon Zhao · 10 years ago
- 8e7ba4e sparc: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
- 3a5c76b fw_cfg: factor out initialization of FW_CFG_ID (rev. number) by Gabriel L. Somlo · 10 years ago
- 4ba4df4 Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging by Peter Maydell · 10 years ago
- 6de0497 m48t59: introduce new base-year qdev property by Mark Cave-Ayland · 10 years ago
- 3168824 m48t59: let init functions return a Nvram object by Hervé Poussineau · 10 years ago
- d71cdbf sparc/leon3.c: fix memory leak by Gonglei · 10 years ago
- 1ce6be2 hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() by Markus Armbruster · 10 years ago
- 6670882 fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem() by Laszlo Ersek · 10 years ago
- ddcd553 bootdevice: add Error **errp argument for QEMUBootSetHandler by Gonglei · 10 years ago
- 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
- 55d7bfe tcx: Implement hardware acceleration by Mark Cave-Ayland · 11 years ago
- 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 11 years ago
- 01b91ac tcx: move initialisation from realizefn to initfn by Mark Cave-Ayland · 11 years ago
- 3ef9622 machine: Conversion of QEMUMachineInitArgs to MachineState by Marcel Apfelbaum · 11 years ago
- af87bf2 sun4m: Add Sun CG3 framebuffer initialisation function by Mark Cave-Ayland · 11 years ago
- c1570e2 sparc/leon3: Initialize stack pointer by Sebastian Huber · 11 years ago
- 2a22165 exec: Make cpu_physical_memory_write_rom input an AS by Edgar E. Iglesias · 11 years ago
- da87dd7 sun4m: Add FCode ROM for TCX framebuffer by Mark Cave-Ayland · 11 years ago
- 7761254 leon3: Don't enforce use of -bios with qtest by Andreas Färber · 12 years ago
- c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
- 6b63ef4 sun4: Don't prematurely explode QEMUMachineInitArgs by Markus Armbruster · 12 years ago
- 5ab6b4c sun4m: QOM cast cleanup for RamDevice by Andreas Färber · 12 years ago
- e6f54c9 sun4m: QOM cast cleanup for PROMState by Andreas Färber · 12 years ago
- b3a4996 sun4m: QOM cast cleanup for AFXState by Andreas Färber · 12 years ago
- ef9dfa4 sun4m: QOM cast cleanup for IDRegState by Andreas Färber · 12 years ago
- b96919e sun4m: add display width and height to the firmware configuration by Mark Cave-Ayland · 12 years ago
- 4917cf4 cpu: Replace cpu_single_env with CPUState current_cpu by Andreas Färber · 12 years ago
- 2977673 hw/s*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- a88b362 refer to FWCfgState explicitly by Laszlo Ersek · 12 years ago
- ec0503b firmware_abi: move to include/hw/nvram/ by Michael S. Tsirkin · 12 years ago
- 6a4e177 Remove Sun4c, Sun4d and a few CPUs by Blue Swirl · 12 years ago
- 21e5181 qdev: Drop taddr properties by Peter Maydell · 12 years ago
- dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
- e28bee8 hw: move other devices to hw/misc/, configure with default-configs/ by Paolo Bonzini · 12 years ago
- 7702e47 hw: move interrupt controllers to hw/intc/, configure with default-configs/ by Paolo Bonzini · 12 years ago
- d2c0bd8 hw: move DMA controllers to hw/dma/, configure with default-configs/ by Paolo Bonzini · 12 years ago
- 3bd8845 hw: move timer devices to hw/timer/, configure with default-configs/ by Paolo Bonzini · 12 years ago
- 9944d32 hw: move char devices to hw/char/, configure via default-configs/ by Paolo Bonzini · 12 years ago
- fc97bb5 hw: move display devices to hw/display/, configure via default-configs/ by Paolo Bonzini · 12 years ago
- 34b8f63 hw: move audio devices to hw/audio/, configure via default-configs/ by Paolo Bonzini · 12 years ago
- d7e35d4 hw: move NICs to hw/net/, configure via default-configs/ by Paolo Bonzini · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- b0d62a3 hw/tcx: Remove unused 'addr' field and the property that sets it by Peter Maydell · 12 years ago
- c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
- d8ed887 exec: Pass CPUState to cpu_reset_interrupt() by Andreas Färber · 12 years ago
- 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
- 5301821 hw: move boards and other isolated files to hw/ARCH by Paolo Bonzini · 12 years ago
- 5e8861a build: move obj-TARGET-y variables to nested Makefile.objs by Paolo Bonzini · 13 years ago