- ee86213 Do not include exec/address-spaces.h if it's not really necessary by Thomas Huth · 4 years ago
- e178113 hw: Replace anti-social QOM type names by Markus Armbruster · 4 years ago
- 58a70f1 cris: do not use ram_size global by Paolo Bonzini · 4 years, 5 months ago
- 617160c load_elf: Remove unused address variables from callers by BALATON Zoltan · 4 years, 8 months ago
- 2c44220 meson: convert hw/arch* by Marc-André Lureau · 6 years 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
- ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
- 17c38c7 cris/axis_dev88: use memdev for RAM by Igor Mammedov · 5 years ago
- 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
- f4f6438 cris: improve passing PIC interrupt vector to the CPU by Marc-André Lureau · 5 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
- 23c95f0 cris-softmmu.mak: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
- 9533dcd ptimer: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
- 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
- 034c344 hw/cris/Makefile.objs: Create CONFIG_* for cris by Yang Zhong · 6 years ago
- 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
- a4ed5a3 hw/cris: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
- 0304f9e hw: Do not include "sysemu/block-backend.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
- 5eab493 cris: use generic cpu_model parsing by Igor Mammedov · 7 years ago
- 673a11c cris: replace cpu_cris_init() with cpu_generic_init() by Igor Mammedov · 8 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
- 82751a3 cris: Fix broken header guard in hw/cris/boot.h by Markus Armbruster · 9 years ago
- 8290de9 hw/char: QOM'ify etraxfs_ser.c by xiaoqiang zhao · 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
- 7ef295e loader: Add data swap option to load-elf by Peter Crosthwaite · 9 years ago
- 23b0d7d cris: Clean up includes by Peter Maydell · 9 years ago
- 7233df4 cris: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 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
- 67cc32e typofixes - v4 by Veres Lajos · 10 years ago
- c0c8584 cris: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
- 4be7463 hw: Convert from BlockDriverState to BlockBackend, mostly by Markus Armbruster · 10 years ago
- fa1d36d block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() 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
- ce603d8 cris: Remove the CRIS PIC glue by Edgar E. Iglesias · 11 years ago
- 4a6da67 axis-dev88: Connect the PIC upstream IRQs directly to the CPU by Edgar E. Iglesias · 11 years ago
- 5efe843 axis_dev88: Don't enforce use of kernel for qtest by Andreas Färber · 12 years ago
- c165473 hw: Clean up bogus default boot order by Markus Armbruster · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- 47b43a1 hw: move private headers to hw/ subdirectories. 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
- 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
- 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
- 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