Age | Commit message (Expand) | Author |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |
2018-01-02 | dump-guest-memory.py: fix "You can't do that without a process to debug" | Marc-André Lureau |
2017-12-18 | i386/pc: move vmport.c to hw/i386/ | Philippe Mathieu-Daudé |
2017-12-18 | hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h" | Philippe Mathieu-Daudé |
2017-12-18 | misc: remove old i386 dependency | Philippe Mathieu-Daudé |
2017-12-18 | hw/misc/pvpanic: remove unused #include | Philippe Mathieu-Daudé |
2017-12-18 | Remove empty statements | Ladi Prosek |
2017-11-20 | hw/arm/aspeed: Unlock SCU when running kernel | Joel Stanley |
2017-11-16 | build-sys: restrict vmcoreinfo to fw_cfg+dma capable targets | Marc-André Lureau |
2017-11-16 | vmcoreinfo: put it in the 'misc' device category | Marc-André Lureau |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-10-15 | hw/misc: add vmcoreinfo device | Marc-André Lureau |
2017-09-27 | macio: use object link between MACIO_IDE and MAC_DBDMA object | Mark Cave-Ayland |
2017-09-27 | macio: pass channel into MACIOIDEState via qdev property | Mark Cave-Ayland |
2017-09-27 | mac_dbdma: remove DBDMA_init() function | Mark Cave-Ayland |
2017-09-27 | mac_dbdma: QOMify | Mark Cave-Ayland |
2017-09-27 | mac_dbdma: remove unused IO fields from DBDMAState | Mark Cave-Ayland |
2017-09-27 | ppc/mac: More rework of the DBDMA emulation | Benjamin Herrenschmidt |
2017-09-26 | aux-to-i2c-bridge: don't allow user to create one | KONRAD Frederic |
2017-09-21 | msf2: Microsemi Smartfusion2 System Register block | Subbaraya Sundeep |
2017-09-19 | hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systems | Thomas Huth |
2017-09-19 | Convert single line fprintf(.../n) to warn_report() | Alistair Francis |
2017-08-15 | mmio-interface: Mark as not user creatable | Peter Maydell |
2017-08-14 | hw/misc/mmio_interface: Return after error_setg() to avoid crash | Thomas Huth |
2017-08-01 | trace-events: fix code style: print 0x before hex numbers | Vladimir Sementsov-Ogievskiy |
2017-07-31 | hw/mps2_scc: fix incorrect properties | Philippe Mathieu-Daudé |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |
2017-07-31 | ivshmem: fix incorrect error handling in ivshmem_recv_msg() | Philippe Mathieu-Daudé |
2017-07-20 | configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICE | Peter Maydell |
2017-07-17 | hw/misc/mps2_scc: Implement MPS2 Serial Communication Controller | Peter Maydell |
2017-07-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-07-14 | mips_cmgcr: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-07-14 | ivshmem: Convert to DEFINE_PROP_LINK | Fam Zheng |
2017-07-14 | qom: enforce readonly nature of link's check callback | Igor Mammedov |
2017-07-14 | char: avoid chardevice direct access | Anton Nefedov |
2017-07-14 | char: add backend hotswap handler | Anton Nefedov |
2017-07-14 | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into... | Peter Maydell |
2017-07-13 | Convert error_report() to warn_report() | Alistair Francis |
2017-07-11 | hw/misc: Add Exynos4210 Pseudo Random Number Generator | Krzysztof Kozlowski |
2017-07-04 | hw/misc/edu: Compile the edu device as common object | Thomas Huth |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-06-27 | introduce mmio_interface | KONRAD Frederic |
2017-06-23 | applesmc: fix port i/o access width | Gabriel L. Somlo |
2017-06-23 | applesmc: implement error status port | Gabriel L. Somlo |
2017-06-23 | applesmc: cosmetic whitespace and indentation cleanup | Gabriel L. Somlo |
2017-06-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in... | Peter Maydell |
2017-06-20 | pvpanic: use get_uint() for "ioport" property | Marc-André Lureau |
2017-06-20 | auxbus: use get_uint() for "addr" property | Marc-André Lureau |
2017-06-15 | ivshmem: use ram_from_fd() | Marc-André Lureau |