Age | Commit message (Expand) | Author |
2020-06-15 | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster |
2020-06-15 | qdev: Put qdev_new() to use with Coccinelle | Markus Armbruster |
2020-06-15 | macio: Fix macio-bus to be a subtype of System bus | Markus Armbruster |
2020-06-15 | macio: Put "macio-nvram" device on the macio bus | Markus Armbruster |
2020-06-15 | macio: Delete unused "macio-gpio" devices | Markus Armbruster |
2020-06-15 | macio: Fix to realize "mos6522-cuda" and "mos6522-pmu" devices | Markus Armbruster |
2020-06-15 | mac_via: Fix to realize "mos6522-q800-via*" devices | Markus Armbruster |
2020-06-15 | auxbus: Fix aux-to-i2c-bridge to be a subtype of aux-slave | Markus Armbruster |
2020-06-11 | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell |
2020-06-09 | hw/misc/auxbus: Use qemu_log_mask(UNIMP) instead of debug printf | Philippe Mathieu-Daudé |
2020-06-09 | hw/unicore32/puv3: Use qemu_log_mask(ERROR) instead of debug printf() | Philippe Mathieu-Daudé |
2020-06-09 | hw/misc/grlib_ahb_apb_pnp: Add trace events on read accesses | Philippe Mathieu-Daudé |
2020-06-09 | hw/misc/grlib_ahb_apb_pnp: Fix AHB PnP 8-bit accesses | Philippe Mathieu-Daudé |
2020-06-09 | hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to AHB PnP registers | Philippe Mathieu-Daudé |
2020-06-09 | hw/misc/empty_slot: Name the slots when created | Philippe Mathieu-Daudé |
2020-06-09 | hw/misc/empty_slot: Move the 'hw/misc' and cover in MAINTAINERS | Philippe Mathieu-Daudé |
2020-06-05 | raspi: add BCM2835 SOC MPHI emulation | Paul Zimmerman |
2020-05-21 | hw: Move i.MX watchdog driver to hw/watchdog | Guenter Roeck |
2020-05-15 | hw: Remove unnecessary DEVICE() cast | Philippe Mathieu-Daudé |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-11 | aspeed: sdmc: Implement AST2600 locking behaviour | Joel Stanley |
2020-05-11 | aspeed: Support AST2600A1 silicon revision | Joel Stanley |
2020-04-30 | hw/misc/zynq_slcr: add clock generation for uarts | Damien Hedde |
2020-03-30 | hw/misc/allwinner-h3-dramc: enforce 64-bit multiply when calculating row mirr... | Niek Linnenbank |
2020-03-23 | hw/arm/bcm283x: Correct the license text | Philippe Mathieu-Daudé |
2020-03-18 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into... | Peter Maydell |
2020-03-17 | hw/misc/ivshmem: Use one Error * variable instead of two | Markus Armbruster |
2020-03-16 | qom/object: Use common get/set uint helpers | Felipe Franciosi |
2020-03-16 | misc: Replace zero-length arrays with flexible array member (automatic) | Philippe Mathieu-Daudé |
2020-03-12 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200312'... | Peter Maydell |
2020-03-12 | hw/arm/allwinner-h3: add SDRAM controller device | Niek Linnenbank |
2020-03-12 | hw/arm/allwinner: add Security Identifier device | Niek Linnenbank |
2020-03-12 | hw/arm/allwinner: add CPU Configuration module | Niek Linnenbank |
2020-03-12 | hw/arm/allwinner-h3: add System Control module | Niek Linnenbank |
2020-03-12 | hw/arm/allwinner-h3: add Clock Control Unit | Niek Linnenbank |
2020-03-12 | q800: fix coverity warning CID 1412799 | Laurent Vivier |
2020-02-25 | Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEAD | Paolo Bonzini |
2020-02-25 | Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git... | Paolo Bonzini |
2020-02-21 | hw/misc/iotkit-secctl: Fix writing to 'PPC Interrupt Clear' register | Philippe Mathieu-Daudé |
2020-02-21 | aspeed/scu: Implement chip ID register | Joel Stanley |
2020-02-21 | aspeed/scu: Create separate write callbacks | Joel Stanley |
2020-02-20 | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé |
2020-02-19 | arm/aspeed: actually check RAM size | Igor Mammedov |
2020-02-13 | i.MX: Fix inverted register bits in wdt code. | Roman Kapl |
2020-01-30 | misc/pca9552: Add qom set and get | Joel Stanley |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-24 | pvpanic: implement crashloaded event handling | zhenwei pi |
2020-01-23 | hw/misc/stm32f4xx_syscfg: Fix copy/paste error | Philippe Mathieu-Daudé |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu |