1. 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
  2. 0074fce sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1 by Markus Armbruster · 4 years, 9 months ago
  3. 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  4. 9bdee7f sysbus: Drop useless OBJECT() in sysbus_init_child_obj() calls by Markus Armbruster · 4 years, 9 months ago
  5. 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 9 months ago
  6. 28c78fe hw/misc/empty_slot: Name the slots when created by Philippe Mathieu-Daudé · 6 years ago
  7. 6007523 hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS by Philippe Mathieu-Daudé · 6 years ago
  8. aacc7c8 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into staging by Peter Maydell · 4 years, 9 months ago
  9. c707f06 hw/mips/malta: Add some logging for bad register offset cases by Aleksandar Markovic · 4 years, 10 months ago
  10. 5298722 hw/mips: Rename malta/mipssim/r4k/jazz files by Aleksandar Markovic · 4 years, 10 months ago[Renamed from hw/mips/mips_malta.c]
  11. be1765f hw/ide: Do ide_drive_get() within pci_ide_create_devs() by BALATON Zoltan · 5 years ago
  12. ea0ac7f hw: Make MachineClass::is_default a boolean type by Philippe Mathieu-Daudé · 5 years ago
  13. 3a6e6ac mips/mips_malta: use memdev for RAM by Igor Mammedov · 5 years ago
  14. 6cdda0f hw/core/loader: Let load_elf() populate a field with CPU-specific flags by Aleksandar Markovic · 5 years ago
  15. b952544 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
  16. 083b266 chardev: Use QEMUChrEvent enum in IOEventHandler typedef by Philippe Mathieu-Daudé · 5 years ago
  17. 490a9d9 serial: start making SerialMM a sysbus device by Marc-André Lureau · 5 years ago
  18. dbd07ed mips: malta: Renovate coding style by Filip Bozuta · 5 years ago
  19. e29f237 hw/isa/piix4: Move piix4_create() to hw/isa/piix4.c by Philippe Mathieu-Daudé · 6 years ago
  20. c74d2c0 hw/mips/mips_malta: Extract the PIIX4 creation code as piix4_create() by Philippe Mathieu-Daudé · 5 years ago
  21. fff21c1 hw/mips/mips_malta: Create IDE hard drive array dynamically by Philippe Mathieu-Daudé · 5 years ago
  22. fff123b piix4: Add a MC146818 RTC Controller as specified in datasheet by Philippe Mathieu-Daudé · 7 years ago
  23. f9b3cd5 piix4: Add an i8254 PIT Controller as specified in datasheet by Hervé Poussineau · 7 years ago
  24. 135bfcc piix4: Add an i8257 DMA Controller as specified in datasheet by Hervé Poussineau · 7 years ago
  25. 9b74b19 piix4: Rename PIIX4 object to piix4-isa by Hervé Poussineau · 7 years ago
  26. 078778c piix4: Add an i8259 Interrupt Controller as specified in datasheet by Hervé Poussineau · 7 years ago
  27. bcdb906 hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectory by Philippe Mathieu-Daudé · 5 years ago
  28. 9481844 target/mips: Style improvements in mips_malta.c by Aleksandar Markovic · 6 years ago
  29. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  30. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  31. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  32. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  33. 33decbd hw: Replace global smp variables with MachineState for all remaining archs by Like Xu · 6 years ago
  34. a062859 machine: Refactor smp-related call chains to pass MachineState by Like Xu · 6 years ago
  35. 8c1ecb5 Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-280519-2' into staging by Peter Maydell · 6 years ago
  36. f1672e6 semihosting: move semihosting configuration into its own directory by Alex Bennée · 6 years ago
  37. 4626548 hw/mips: Use object_initialize_child for correct reference counting by Philippe Mathieu-Daudé · 6 years ago
  38. 2d5fac8 hw/mips: Use object_initialize() on MIPSCPSState by Philippe Mathieu-Daudé · 6 years ago
  39. ce14710 pflash: Clean up after commit 368a354f02b, part 2 by Markus Armbruster · 6 years ago
  40. 940d5b1 pflash: Clean up after commit 368a354f02b, part 1 by Markus Armbruster · 6 years ago
  41. 7ebfece mips_malta: Clean up definition of flash memory size somewhat by Markus Armbruster · 6 years ago
  42. 74c02eb hw/mips/malta: Restrict 'bios_size' variable scope by Philippe Mathieu-Daudé · 6 years ago
  43. 5207c59 hw/mips/malta: Remove fl_sectors variable by Philippe Mathieu-Daudé · 6 years ago
  44. 5a4abb1 mips_malta: Delete disabled, broken DEBUG_BOARD_INIT code by Markus Armbruster · 6 years ago
  45. 1643406 pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02 by Markus Armbruster · 6 years ago
  46. 93198b6 i2c: Split smbus into parts by Corey Minyard · 6 years ago
  47. 4ad6f6c char: allow specifying a GMainContext at opening time by Paolo Bonzini · 6 years ago
  48. 4366e1d elf: Add optional function ptr to load_elf() to parse ELF notes by Liam Merwick · 6 years ago
  49. 0f016fb hw/mips/malta: Remove unuseful code by Philippe Mathieu-Daudé · 6 years ago
  50. f3839fd change get_image_size return type to int64_t by Li Zhijian · 6 years ago
  51. bf4667d mips_malta: Fix semihosting argument passing for nanoMIPS bare metal by Stefan Markovic · 7 years ago
  52. 28861af mips_malta: Add setting up GT64120 BARs to the nanoMIPS bootloader by Paul Burton · 7 years ago
  53. ce3940c mips_malta: Add basic nanoMIPS boot code for Malta board by Matthew Fortune · 7 years ago
  54. e8c8589 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 7 years ago
  55. be01029 hw/mips: Use the IEC binary prefix definitions by Philippe Mathieu-Daudé · 7 years ago
  56. 0f0f8b6 loader: Check access size when calling rom_ptr() to avoid crashes by Thomas Huth · 7 years ago
  57. 917b77f hw/mips/mips_malta: don't make bios region 'nomigrate' by Peter Maydell · 7 years ago
  58. 7dbaea4 hw: Do not include "sysemu/blockdev.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
  59. 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
  60. 6afd0e2 hw/mips/mips_malta: Don't create "null" chardevs for serial devices by Peter Maydell · 7 years ago
  61. 7313b1f hw/isa/superio: Factor out the FDC37M817 Super I/O from mips_malta.c by Philippe Mathieu-Daudé · 7 years ago
  62. 78f1625 hw/mips/malta: Code movement by Philippe Mathieu-Daudé · 7 years ago
  63. 47973a2 hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h by Philippe Mathieu-Daudé · 7 years ago
  64. 55f613a hw/dma/i8257: Rename DMA_init() to i8257_dma_init() by Philippe Mathieu-Daudé · 7 years ago
  65. bb3d5ea hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.c by Philippe Mathieu-Daudé · 7 years ago
  66. e688df6 Include qapi/error.h exactly where needed by Markus Armbruster · 7 years ago
  67. bd6e1d8 hw/mips: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
  68. 6c646a1 hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init() by Philippe Mathieu-Daudé · 7 years ago
  69. acf695e hw/timer/i8254: rename pit_init() -> i8254_pit_init() by Philippe Mathieu-Daudé · 7 years ago
  70. a7519f2 mips: malta/boston: replace cpu_model with cpu_type by Igor Mammedov · 7 years ago
  71. 81491c2 mips: use object_new() instead of gnew()+object_initialize() by Igor Mammedov · 7 years ago
  72. c4c8146c mips: replace cpu_mips_init() with cpu_generic_init() by Igor Mammedov · 7 years ago
  73. d3f5433 Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging by Peter Maydell · 7 years ago
  74. b62e39b General warn report fixups by Alistair Francis · 7 years ago
  75. 8297be8 Convert multi-line fprintf() to warn_report() by Alistair Francis · 7 years ago
  76. 4482e05 cpu: make cpu_generic_init() abort QEMU on error by Igor Mammedov · 7 years ago
  77. d3d93c6 mips: Add KVM T&E segment support for TCG by James Hogan · 8 years ago
  78. 9652ef2 mips/malta: leave space for the bootmap after the initrd by Aurelien Jarno · 8 years ago
  79. 3ee3122 hw/mips: load_elf_strerror to report kernel loading failure by Aurelien Jarno · 8 years ago
  80. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  81. 81517ba char: add backend hotswap handler by Anton Nefedov · 8 years ago
  82. 9768e2a mips/malta: load the initrd at the end of the low memory by Aurelien Jarno · 8 years ago
  83. f664b88 Remove/replace sysemu/char.h inclusion by Marc-André Lureau · 8 years ago
  84. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  85. 2059839 hw: Default -drive to if=ide explicitly where it works by Markus Armbruster · 8 years ago
  86. 0ec7b3e char: rename CharDriverState Chardev by Marc-André Lureau · 8 years ago
  87. 814bb12 clean-up: removed duplicate #includes by Anand J · 8 years ago
  88. 39ab61c char: remove explicit_fe_open, use a set_handlers argument by Marc-André Lureau · 8 years ago
  89. 5345fdb char: use qemu_chr_fe* functions with CharBackend argument by Marc-André Lureau · 8 years ago
  90. 32a6ebe char: remaining switch to CharBackend in frontend by Marc-André Lureau · 8 years ago
  91. b4948be char: remove init callback by Marc-André Lureau · 8 years ago
  92. 9850b05 malta: replace chr init by CHR_EVENT_OPENED handler by Marc-André Lureau · 8 years ago
  93. 4496dc4 sun4uv: fix serial initialization regression by Marc-André Lureau · 8 years ago
  94. 7f81dbb hw/mips_malta: Fix YAMON API print routine by Paul Burton · 9 years ago
  95. 19494f8 hw/mips/cps: create GIC block inside CPS by Leon Alrae · 9 years ago
  96. 5a975d4 mips: use MIPSCPU instead of CPUMIPSState by Paolo Bonzini · 9 years ago
  97. bff384a hw/mips_malta: add CPS to Malta board by Leon Alrae · 9 years ago
  98. 67a5496 hw/mips_malta: move CPU creation to a separate function by Leon Alrae · 9 years ago
  99. dc520a7 hw/mips_malta: remove redundant irq and clock init by Leon Alrae · 9 years ago
  100. cc518af hw/mips_malta: remove CPUMIPSState from the write_bootloader() by Leon Alrae · 9 years ago