Age | Commit message (Expand) | Author |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-04 | loader: Add data swap option to load-elf | Peter Crosthwaite |
2016-02-19 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2016-02-17 | hw: fix some debug message format strings | Alyssa Milburn |
2016-02-16 | change type of pci_bridge_initfn() to void | Cao jin |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-01-30 | uninorth.c: add support for UniNorth kMacRISCPCIAddressSelect (0x48) register | Programmingkid |
2016-01-29 | pci: Clean up includes | Peter Maydell |
2016-01-29 | arm: Clean up includes | Peter Maydell |
2016-01-29 | x86: Clean up includes | Peter Maydell |
2016-01-29 | ppc: Clean up includes | Peter Maydell |
2016-01-13 | isa: Clean up error handling around isa_bus_new() | Markus Armbruster |
2016-01-13 | raven: Mark use of hw_error() in realize() FIXME | Markus Armbruster |
2016-01-11 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1... | Peter Maydell |
2016-01-11 | PCI Bonito: QOMify and cleanup | Cao jin |
2016-01-08 | igd-passthrough: fix use of host_pci_config_read | Cao jin |
2015-11-17 | i440fx: print an error message if user tries to enable iommu | Bandan Das |
2015-11-17 | q35: Check propery to determine if iommu is set | Bandan Das |
2015-10-23 | uninorth: add to bridge category | Laurent Vivier |
2015-10-23 | grackle: add to bridge category | Laurent Vivier |
2015-10-22 | piix: fix resource leak reported by Coverity | zhanghailiang |
2015-10-18 | intel_iommu: Add support for translation for devices behind bridges | Knut Omang |
2015-10-09 | qdev: Protect device-list-properties against broken devices | Markus Armbruster |
2015-09-20 | PPC: e500 pci host: Fix ATMUs register reads | Rudolf Marek |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-09-11 | maint: avoid useless "if (foo) free(foo)" pattern | Daniel P. Berrange |
2015-09-10 | piix: create host bridge to passthrough | Tiejun Chen |
2015-09-08 | i440fx: make types configurable at run-time | Michael S. Tsirkin |
2015-08-13 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150813' into staging | Peter Maydell |
2015-08-13 | hw/pci-host/bonito: Avoid buffer overrun for bad LDMA/COP accesses | Peter Maydell |
2015-08-13 | piix: Document coreboot-specific RAM size config register | Eduardo Habkost |
2015-06-23 | piix: piix3 QOMify | Gonglei |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-06-05 | q35: implement TSEG | Gerd Hoffmann |
2015-06-05 | q35: implement SMRAM.D_LCK | Gerd Hoffmann |
2015-06-05 | q35: add config space wmask for SMRAM and ESMRAMC | Gerd Hoffmann |
2015-06-05 | q35: fix ESMRAMC default | Gerd Hoffmann |
2015-06-05 | q35: implement high SMRAM | Paolo Bonzini |
2015-06-05 | hw/i386: remove smram_update | Paolo Bonzini |
2015-06-05 | target-i386: use memory API to implement SMRAM | Paolo Bonzini |
2015-06-05 | hw/i386: add a separate region that tracks the SMRAME bit | Paolo Bonzini |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-04-28 | uninorth: convert ffs(3) to ctz32() | Stefan Hajnoczi |
2015-04-26 | Switch non-CPU callers from ld/st*_phys to address_space_ld/st* | Peter Maydell |
2015-04-26 | exec.c: Make address_space_rw take transaction attributes | Peter Maydell |
2015-04-17 | mips: fix broken fulong2e machine | Paolo Bonzini |
2015-03-11 | machine: replace qemu opts with iommu property | Marcel Apfelbaum |