- 721cdca meson: convert hw/misc by Marc-André Lureau · 5 years ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- ca05a24 hw/misc/aspeed_sdmc: Fix incorrect memory size by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 7a309cc qom: Change object_get_canonical_path_component() not to malloc by Markus Armbruster · 4 years, 6 months ago
- dc288de hw/misc: avr: Add limited support for power reduction device by Michael Rolnik · 5 years ago
- 386f6c0 error: Avoid error_propagate() after migrate_add_blocker() by Markus Armbruster · 4 years, 6 months ago
- 668f62e error: Eliminate error_propagate() with Coccinelle, part 1 by Markus Armbruster · 4 years, 6 months ago
- dcfe480 error: Avoid unnecessary error_propagate() after error_setg() by Markus Armbruster · 4 years, 6 months ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 6 months ago
- 4d21fcd qom: Don't handle impossible object_property_get_link() failure by Markus Armbruster · 4 years, 6 months ago
- 62a35aa qapi: Use returned bool to check for failure, Coccinelle part by Markus Armbruster · 4 years, 6 months ago
- 0a15a73 macio: Tidy up error handling in macio_newworld_realize() by Markus Armbruster · 4 years, 6 months ago
- 118bfd7 qdev: Use returned bool to check for qdev_realize() etc. failure by Markus Armbruster · 4 years, 6 months ago
- 3029681 hw/misc/max111x: Create header file for documentation, TYPE_ macros by Peter Maydell · 4 years, 6 months ago
- 871f827 hw/misc/max111x: Use GPIO lines rather than max111x_set_input() by Peter Maydell · 4 years, 6 months ago
- 40d9d2f hw/misc/max111x: Don't use vmstate_register() by Peter Maydell · 4 years, 6 months ago
- b064d51 hw/misc/max111x: provide QOM properties for setting initial values by Peter Maydell · 4 years, 6 months ago
- 2726dc5 hw: Fix error API violation around object_property_set_link() by Markus Armbruster · 4 years, 6 months ago
- fc1bff9 hw/misc/pca9552: Add missing TypeInfo::class_size field by Philippe Mathieu-Daudé · 4 years, 6 months ago
- 586f495 hw/misc/pca9552: Model qdev output GPIOs by Philippe Mathieu-Daudé · 4 years, 6 months ago
- d82ab29 hw/misc/pca9552: Trace GPIO change events by Philippe Mathieu-Daudé · 4 years, 6 months ago
- b989b89 hw/misc/pca9552: Trace GPIO High/Low events by Philippe Mathieu-Daudé · 4 years, 6 months ago
- 2df252d hw/misc/pca9552: Add a 'description' property for debugging purpose by Philippe Mathieu-Daudé · 4 years, 6 months ago
- 736132e hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552 by Philippe Mathieu-Daudé · 4 years, 6 months ago
- ec17228 hw/misc/pca9552: Rename generic code as pca955x by Philippe Mathieu-Daudé · 4 years, 6 months ago
- 8208335 hw/misc/pca9552: Rename 'nr_leds' as 'pin_count' by Philippe Mathieu-Daudé · 4 years, 6 months ago
- 913f47e adb: only call autopoll callbacks when autopoll is not blocked by Mark Cave-Ayland · 4 years, 6 months ago
- 975fced mac_via: rework ADB state machine to be compatible with both MacOS and Linux by Mark Cave-Ayland · 4 years, 6 months ago
- 378a503 mac_via: move VIA1 portB write logic into mos6522_q800_via1_write() by Mark Cave-Ayland · 4 years, 6 months ago
- cf093b0 pmu: add adb_autopoll_block() and adb_autopoll_unblock() functions by Mark Cave-Ayland · 4 years, 6 months ago
- 45c9d72 cuda: add adb_autopoll_block() and adb_autopoll_unblock() functions by Mark Cave-Ayland · 4 years, 6 months ago
- f3d6145 mac_via: convert to use ADBBusState internal autopoll variables by Mark Cave-Ayland · 4 years, 6 months ago
- df381d5 pmu: convert to use ADBBusState internal autopoll variables by Mark Cave-Ayland · 4 years, 6 months ago
- b12a0b1 cuda: convert to use ADBBusState internal autopoll variables by Mark Cave-Ayland · 4 years, 6 months ago
- 414eb1d pmu: honour autopoll_rate_ms when rearming the ADB autopoll timer by Mark Cave-Ayland · 4 years, 6 months ago
- dcb091c pmu: fix duplicate autopoll mask variable by Mark Cave-Ayland · 4 years, 6 months ago
- d9b8989 cuda: convert ADB autopoll timer from ns to ms by Mark Cave-Ayland · 4 years, 6 months ago
- cb8278c Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200616' into staging by Peter Maydell · 4 years, 7 months ago
- 3d26d7d hw/misc/imx6ul_ccm: Implement non writable bits in CCM registers by Jean-Christophe Dubois · 4 years, 7 months ago
- db873cc sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2 by Markus Armbruster · 4 years, 7 months ago
- 0074fce sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1 by Markus Armbruster · 4 years, 7 months ago
- 3c6ef47 sysbus: Convert to sysbus_realize() etc. with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- 8fb9cfe macio: Eliminate macio_init_child_obj() by Markus Armbruster · 4 years, 7 months ago
- f4a0df7 macio: Convert use of qdev_set_parent_bus() by Markus Armbruster · 4 years, 7 months ago
- 9fc7fc4 qom: Less verbose object_initialize_child() by Markus Armbruster · 4 years, 7 months ago
- cd9ae80 auxbus: Eliminate aux_create_slave() by Markus Armbruster · 4 years, 7 months ago
- 2214985 auxbus: Convert a use of qdev_set_parent_bus() by Markus Armbruster · 4 years, 7 months ago
- b7a1b54 auxbus: New aux_bus_realize(), pairing with aux_bus_init() by Markus Armbruster · 4 years, 7 months ago
- dbe4070 auxbus: Rename aux_init_bus() to aux_bus_init() by Markus Armbruster · 4 years, 7 months ago
- 99ba777 qdev: Convert uses of qdev_set_parent_bus() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- 3e80f69 qdev: Convert uses of qdev_create() with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- 4e3a677 qdev: Put qdev_new() to use with Coccinelle by Markus Armbruster · 4 years, 7 months ago
- 6741a34 macio: Fix macio-bus to be a subtype of System bus by Markus Armbruster · 4 years, 7 months ago
- 514db77 macio: Put "macio-nvram" device on the macio bus by Markus Armbruster · 4 years, 7 months ago
- 3320843 macio: Delete unused "macio-gpio" devices by Markus Armbruster · 4 years, 7 months ago
- 3d81f59 macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices by Markus Armbruster · 4 years, 7 months ago
- 5e769ec mac_via: Fix to realize "mos6522-q800-via*" devices by Markus Armbruster · 4 years, 7 months ago
- 6b888ee auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slave by Markus Armbruster · 4 years, 7 months ago
- 77c9e07 Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pull-request' into staging by Peter Maydell · 4 years, 7 months ago
- d263425 hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf by Philippe Mathieu-Daudé · 4 years, 7 months ago
- 3b34ee6 hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() by Philippe Mathieu-Daudé · 4 years, 7 months ago
- d15188d hw/misc/grlib_ahb_apb_pnp: Add trace events on read accesses by Philippe Mathieu-Daudé · 4 years, 9 months ago
- 1a5a557 hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accesses by Philippe Mathieu-Daudé · 4 years, 9 months ago
- bb15013 hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registers by Philippe Mathieu-Daudé · 4 years, 9 months ago
- 28c78fe hw/misc/empty_slot: Name the slots when created by Philippe Mathieu-Daudé · 6 years ago
- 6007523 hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS by Philippe Mathieu-Daudé · 6 years ago
- 3d46938 raspi: add BCM2835 SOC MPHI emulation by Paul Zimmerman · 4 years, 7 months ago
- 37f95959 hw: Move i.MX watchdog driver to hw/watchdog by Guenter Roeck · 4 years, 8 months ago
- 8e5c952 hw: Remove unnecessary DEVICE() cast by Philippe Mathieu-Daudé · 4 years, 8 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 8 months ago
- f4ab4f8 aspeed: sdmc: Implement AST2600 locking behaviour by Joel Stanley · 4 years, 8 months ago
- 7582591 aspeed: Support AST2600A1 silicon revision by Joel Stanley · 4 years, 8 months ago
- 38867cb hw/misc/zynq_slcr: add clock generation for uarts by Damien Hedde · 4 years, 9 months ago
- 34d8df2 hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirror address by Niek Linnenbank · 4 years, 9 months ago
- 6111a0c hw/arm/bcm283x: Correct the license text by Philippe Mathieu-Daudé · 4 years, 9 months ago
- cf4b644 Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into staging by Peter Maydell · 4 years, 10 months ago
- 364effc hw/misc/ivshmem: Use one Error * variable instead of two by Markus Armbruster · 4 years, 10 months ago
- 64a7b8d qom/object: Use common get/set uint helpers by Felipe Franciosi · 5 years ago
- f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 4 years, 10 months ago
- d4f7d56 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312' into staging by Peter Maydell · 4 years, 10 months ago
- b71d038 hw/arm/allwinner-h3: add SDRAM controller device by Niek Linnenbank · 4 years, 10 months ago
- 6556617 hw/arm/allwinner: add Security Identifier device by Niek Linnenbank · 4 years, 10 months ago
- d26af5d hw/arm/allwinner: add CPU Configuration module by Niek Linnenbank · 4 years, 10 months ago
- 7e83c9d hw/arm/allwinner-h3: add System Control module by Niek Linnenbank · 4 years, 10 months ago
- fef06c8 hw/arm/allwinner-h3: add Clock Control Unit by Niek Linnenbank · 4 years, 10 months ago
- 80aab79 q800: fix coverity warning CID 1412799 by Laurent Vivier · 4 years, 11 months ago
- 9e26498 Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD by Paolo Bonzini · 4 years, 10 months ago
- ca6155c Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://github.com/patchew-project/qemu into HEAD by Paolo Bonzini · 4 years, 10 months ago
- 9df7401 hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register by Philippe Mathieu-Daudé · 4 years, 11 months ago
- 7ffe647 aspeed/scu: Implement chip ID register by Joel Stanley · 4 years, 10 months ago
- c7e1f57 aspeed/scu: Create separate write callbacks by Joel Stanley · 4 years, 10 months ago
- 85eb7c1 Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 533eb41 arm/aspeed: actually check RAM size by Igor Mammedov · 4 years, 10 months ago
- 0e7bb14 i.MX: Fix inverted register bits in wdt code. by Roman Kapl · 5 years ago
- a90d8f8 misc/pca9552: Add qom set and get by Joel Stanley · 5 years ago
- 760df0d Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
- 7dc58de pvpanic: implement crashloaded event handling by zhenwei pi · 5 years ago
- a4abb6f hw/misc/stm32f4xx_syscfg: Fix copy/paste error by Philippe Mathieu-Daudé · 5 years ago
- 1df2c9a migration: Define VMSTATE_INSTANCE_ID_ANY by Peter Xu · 5 years ago