1. 452e030 monitor: Inline monitor_has_error() into its only caller by Markus Armbruster · 10 years ago
  2. 70ea0c5 monitor: Wean monitor_protocol_emitter() off mon->error by Markus Armbruster · 10 years ago
  3. 4086182 monitor: Propagate errors through invalid_qmp_mode() by Markus Armbruster · 10 years ago
  4. ba0510a monitor: Propagate errors through qmp_check_input_obj() by Markus Armbruster · 10 years ago
  5. 326283a monitor: Propagate errors through qmp_check_client_args() by Markus Armbruster · 10 years ago
  6. 8a4f501 monitor: Drop unused "new" HMP command interface by Markus Armbruster · 10 years ago
  7. 04e00c9 monitor: Use trad. command interface for HMP pcie_aer_inject_error by Markus Armbruster · 10 years ago
  8. 318660f monitor: Use traditional command interface for HMP device_add by Markus Armbruster · 10 years ago
  9. 072ebe6 monitor: Use traditional command interface for HMP drive_del by Markus Armbruster · 10 years ago
  10. b8a185b monitor: Convert client_migrate_info to QAPI by Markus Armbruster · 10 years ago
  11. 13cadef monitor: Improve and document client_migrate_info protocol error by Markus Armbruster · 10 years ago
  12. 84add86 monitor: Clean up after previous commit by Markus Armbruster · 10 years ago
  13. 65207c5 monitor: Drop broken, unused asynchronous command interface by Markus Armbruster · 10 years ago
  14. b821cbe Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
  15. 830d70d vhost-user: add multi queue support by Ouyang Changchun · 10 years ago
  16. 019a3ed virtio: make features 64bit wide by Gerd Hoffmann · 10 years ago
  17. fdba6d9 qdev: add 64bit properties by Gerd Hoffmann · 10 years ago
  18. 434027b virtio-mmio: ioeventfd support by Ying-Shiuan Pan · 10 years ago
  19. afcf905 hw/acpi/aml-build: Fix memory leak by Shannon Zhao · 10 years ago
  20. 68e6b0a acpi: add aml_while() term by Marcel Apfelbaum · 10 years ago
  21. af39d53 acpi: add aml_increment() term by Marcel Apfelbaum · 10 years ago
  22. f7bd7b8 acpi: add aml_shiftright() term by Marcel Apfelbaum · 10 years ago
  23. a57dddd acpi: add aml_shiftleft() term by Marcel Apfelbaum · 10 years ago
  24. 928b899 acpi: add aml_index() term by Marcel Apfelbaum · 10 years ago
  25. 96396e2 acpi: add aml_lless() term by Marcel Apfelbaum · 10 years ago
  26. c08cf07 acpi: add aml_add() term by Marcel Apfelbaum · 10 years ago
  27. 5cb18b3 TPM2 ACPI table support by Stefan Berger · 10 years ago
  28. 9657caf Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150530' into staging by Peter Maydell · 10 years ago
  29. 56a3c24 tpm: Probe for connected TPM 1.2 or TPM 2 by Stefan Berger · 10 years ago
  30. 116694c Extend TPM TIS interface to support TPM 2 by Stefan Berger · 10 years ago
  31. 38d40ff Add stream ID to MSI write by Pavel Fedin · 10 years ago
  32. c3bdc56 acpi: Simplify printing to dynamic string by Markus Armbruster · 10 years ago
  33. ea96bc6 i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wanted by Laszlo Ersek · 10 years ago
  34. 6cd2234 i386/pc_q35: don't insist on board FDC if there's no default floppy by Laszlo Ersek · 10 years ago
  35. 936a7c1 i386/pc: '-drive if=floppy' should imply a board-default FDC by Laszlo Ersek · 10 years ago
  36. fd53c87 i386/pc: pc_basic_device_init(): delegate FDC creation request by Laszlo Ersek · 10 years ago
  37. b829c2a virtio: increase the queue limit to 1024 by Jason Wang · 10 years ago
  38. 87b3bd1 virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX by Jason Wang · 10 years ago
  39. d820331 virtio-s390: introduce virtio_s390_device_plugged() by Jason Wang · 10 years ago
  40. 74c8529 virtio-s390: introduce virito s390 queue limit by Jason Wang · 10 years ago
  41. 10ceaa1 virtio-ccw: validate the number of queues against bus limitation by Jason Wang · 10 years ago
  42. 8dfbaa6 virtio-ccw: introduce ccw specific queue limit by Jason Wang · 10 years ago
  43. 8ad176a virtio: introduce virtio_get_num_queues() by Jason Wang · 10 years ago
  44. e839804 virtio: device_plugged() can fail by Jason Wang · 10 years ago
  45. da51a33 virtio-net: adding all queues in .realize() by Jason Wang · 10 years ago
  46. cf34f53 virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core by Cornelia Huck · 10 years ago
  47. 1364481 virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURE by Cornelia Huck · 10 years ago
  48. 6b8f102 virtio: move host_features by Cornelia Huck · 10 years ago
  49. 2332333 pc: acpi: fix pvpanic for buggy guests by Radim Krčmář · 10 years ago
  50. 99fbeaf pc: Generate init functions with a macro by Eduardo Habkost · 10 years ago
  51. 211b5b1 piix: Eliminate pc_init_pci() by Eduardo Habkost · 10 years ago
  52. 72d164a piix: Add kvmclock_enabled, pci_enabled globals by Eduardo Habkost · 10 years ago
  53. d48f4fa machine: Remove unused fields from QEMUMachine by Eduardo Habkost · 10 years ago
  54. d644b11 pc: Remove qemu_register_pc_machine() function by Eduardo Habkost · 10 years ago
  55. 865906f pc: Don't use QEMUMachine anymore by Eduardo Habkost · 10 years ago
  56. 25519b0 pc: Move compat_props setting inside *_machine_options() functions by Eduardo Habkost · 10 years ago
  57. fddd179 pc: Convert *_MACHINE_OPTIONS macros into functions by Eduardo Habkost · 10 years ago
  58. 61f219d pc: Define machines using a DEFINE_PC_MACHINE macro by Eduardo Habkost · 10 years ago
  59. b6b5c8e pc: Define MACHINE_OPTIONS macros consistently for all machines by Eduardo Habkost · 10 years ago
  60. f6d5a0b piix: Define PC_COMPAT_0_10 by Eduardo Habkost · 10 years ago
  61. faf7e42 piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13 by Eduardo Habkost · 10 years ago
  62. d765519 piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13 by Eduardo Habkost · 10 years ago
  63. d5303df piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11 by Eduardo Habkost · 10 years ago
  64. bb08d88 piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14 by Eduardo Habkost · 10 years ago
  65. 38ff32c spapr: define SPAPR_COMPAT_2_3 by Eduardo Habkost · 10 years ago
  66. 4dfd8ea spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros by Eduardo Habkost · 10 years ago
  67. 42134ac pc: Define PC_COMPAT_2_[123] macros by Eduardo Habkost · 10 years ago
  68. 1edbde8 hw: Define empty HW_COMPAT_2_[23] macros by Eduardo Habkost · 10 years ago
  69. dd754ba spapr: Move commas inside SPAPR_COMPAT_* macros by Eduardo Habkost · 10 years ago
  70. a7cde24 pc: Move commas inside PC_COMPAT_* macros by Eduardo Habkost · 10 years ago
  71. f27086a hw: Move commas inside HW_COMPAT_2_1 macro by Eduardo Habkost · 10 years ago
  72. 4974920 pc: Replace tab with spaces by Eduardo Habkost · 10 years ago
  73. ecfa60e hw/s390x/virtio-ccw: use alias property for virtio-balloon-ccw by Shannon Zhao · 10 years ago
  74. 39b87c7 hw/virtio/virtio-pci: use alias property for virtio-balloon-pci by Shannon Zhao · 10 years ago
  75. 1190044 hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init by Shannon Zhao · 10 years ago
  76. 07e1548 target-tricore: fix BOL_ST_H_LONGOFF using ld by Bastian Koppelmann · 10 years ago
  77. 9bbd484 target-tricore: fix msub32_q producing the wrong overflow bit by Bastian Koppelmann · 10 years ago
  78. 05b6ca9 target-tricore: fix OPC2_32_RR_DVINIT_HU having write before use on the result by Bastian Koppelmann · 10 years ago
  79. 97af820 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150529' into staging by Peter Maydell · 10 years ago
  80. 2cc3bdb Merge remote-tracking branch 'remotes/armbru/tags/pull-block-2015-05-29' into staging by Peter Maydell · 10 years ago
  81. 2a90c45 Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20150529-1' into staging by Peter Maydell · 10 years ago
  82. 9abe3bd qapi: add dirty bitmap status by John Snow · 10 years ago
  83. 3960c33 target-arm: Avoid buffer overrun on UNPREDICTABLE ldrd/strd by Peter Maydell · 10 years ago
  84. d7c2e2d hw/arm/virt: Enable dynamic generation of ACPI v5.1 tables by Shannon Zhao · 10 years ago
  85. 135a67a ACPI: split CONFIG_ACPI into 4 pieces by Shannon Zhao · 10 years ago
  86. d4e5de1 hw/arm/virt-acpi-build: Add PCIe controller in ACPI DSDT table by Shannon Zhao · 10 years ago
  87. e1f776c hw/acpi/aml-build: Add Unicode macro by Shannon Zhao · 10 years ago
  88. 616ef32 hw/acpi/aml-build: Add aml_dword_io() term by Shannon Zhao · 10 years ago
  89. ed8176a hw/acpi/aml-build: Add aml_create_dword_field() term by Shannon Zhao · 10 years ago
  90. 467b07d hw/acpi/aml-build: Add aml_else() term by Shannon Zhao · 10 years ago
  91. ea7df04 hw/acpi/aml-build: Add aml_lnot() term by Shannon Zhao · 10 years ago
  92. 922cc88 hw/acpi/aml-build: Add aml_or() term by Shannon Zhao · 10 years ago
  93. b930fb9 hw/acpi/aml-build: Add ToUUID macro by Shannon Zhao · 10 years ago
  94. ed8b584 hw/acpi/aml-build: Make aml_buffer() definition consistent with the spec by Shannon Zhao · 10 years ago
  95. 8434488 hw/arm/virt-acpi-build: Generate MCFG table by Shannon Zhao · 10 years ago
  96. d4bec5d hw/arm/virt-acpi-build: Generate RSDP table by Shannon Zhao · 10 years ago
  97. 243bdb7 hw/arm/virt-acpi-build: Generate RSDT table by Shannon Zhao · 10 years ago
  98. ee24640 hw/arm/virt-acpi-build: Generate GTDT table by Shannon Zhao · 10 years ago
  99. 982d06c hw/arm/virt-acpi-build: Generate MADT table by Shannon Zhao · 10 years ago
  100. c2f7c0c hw/arm/virt-acpi-build: Generate FADT table and update ACPI headers by Shannon Zhao · 10 years ago