aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-12hw/isa/superio: Factor out the parallel code from pc87312.cPhilippe Mathieu-Daudé5-28/+89
2018-03-12hw/isa/pc87312: Inherit from the abstract TYPE_ISA_SUPERIOPhilippe Mathieu-Daudé2-3/+14
2018-03-12hw/isa/superio: Add a Super I/O template based on the PC87312 devicePhilippe Mathieu-Daudé4-0/+75
2018-03-12hw/isa/pc87312: Use 'unsigned int' for the irq valuePhilippe Mathieu-Daudé1-3/+3
2018-03-12hw/isa/pc87312: Use uint16_t for the ISA I/O base addressPhilippe Mathieu-Daudé2-8/+8
2018-03-12hw/isa/pc87312: Rename the device type as TYPE_PC87312_SUPERIOPhilippe Mathieu-Daudé3-4/+4
2018-03-12MAINTAINERS: Fix the PC87312 include pathPhilippe Mathieu-Daudé1-1/+2
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé15-16/+43
2018-03-12hw/dma/i8257: Rename DMA_init() to i8257_dma_init()Philippe Mathieu-Daudé11-18/+19
2018-03-12hw/isa: Move parallel_hds_isa_init() to hw/char/parallel-isa.cPhilippe Mathieu-Daudé12-36/+59
2018-03-12membarrier: add --enable-membarrierPaolo Bonzini4-1/+102
2018-03-12membarrier: introduce qemu/sys_membarrier.hPaolo Bonzini3-7/+26
2018-03-12rcu: make memory barriers more explicitPaolo Bonzini2-5/+22
2018-03-12docs: document atomic_load_acquire and atomic_store_releasePaolo Bonzini1-27/+30
2018-03-12rcutorture: remove synchronize_rcu from readersPaolo Bonzini1-4/+0
2018-03-12hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devicesThomas Huth3-13/+16
2018-03-12Polish the version strings containing the package versionThomas Huth11-19/+21
2018-03-12hw/i386: make IOMMUs configurable via default-configs/Paolo Bonzini3-2/+6
2018-03-12scsi: support NDOB (no data-out buffer) for WRITE SAME commandsPaolo Bonzini3-2/+8
2018-03-12chardev: tcp: let TLS run on chardev contextPeter Xu1-1/+1
2018-03-12chardev: tcp: postpone async connection setupPeter Xu1-3/+14
2018-03-12chardev: use chardev's gcontext for async connectPeter Xu1-11/+14
2018-03-12chardev: introduce chr_machine_done hookPeter Xu5-33/+48
2018-03-12chardev: allow telnet gsource to switch gcontextPeter Xu1-16/+51
2018-03-12chardev: update net listener gcontextPeter Xu1-6/+20
2018-03-12chardev: fix handling of EAGAIN for TCP chardevDaniel P. Berrangé1-1/+1
2018-03-12vl: export machine_init_donePeter Xu3-2/+6
2018-03-12checkpatch: Exempt long URLsEric Blake1-1/+2
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth21-23/+0
2018-03-12build-sys: make help could have 'modules' targetMarc-André Lureau1-0/+3
2018-03-12qemu-doc: Add the paragraph about the -no-frame deprecation againThomas Huth1-0/+6
2018-03-12qemu-doc: update deprecation section to use -nic and -netdev hubportPaolo Bonzini1-17/+21
2018-03-12scsi-disk.c: consider bl->max_transfer in INQUIRY emulationDaniel Henrique Barboza1-0/+15
2018-03-12q35: change default NIC to e1000ePaolo Bonzini4-6/+18
2018-03-12net: allow using any PCI NICs in -net or -nicPaolo Bonzini2-32/+31
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini8-65/+30
2018-03-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180309a'...Peter Maydell4-11/+31
2018-03-12Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180309'...Peter Maydell30-194/+2579
2018-03-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell60-964/+3574
2018-03-09Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell6-0/+1464
2018-03-09tests: Silence migration-test 'bad' testDr. David Alan Gilbert1-3/+14
2018-03-09migration: fix applying wrong capabilitiesPeter Xu1-1/+3
2018-03-09migration/block: rename MAX_INFLIGHT_IO to MAX_IO_BUFFERSPeter Lieven1-4/+3
2018-03-09migration/block: reset dirty bitmap before read in bulk phasePeter Lieven1-3/+2
2018-03-09migration: do not transfer ram during bulk storage migrationPeter Lieven1-0/+8
2018-03-09migration: fix minor finalize leakMarc-André Lureau1-0/+1
2018-03-09Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell11-86/+123
2018-03-09MAINTAINERS: Add entries for SD (SDHCI, SDBus, SDCard)Philippe Mathieu-Daudé1-0/+8
2018-03-09sdhci: Fix a typo in commentPhilippe Mathieu-Daudé1-2/+2
2018-03-09sdcard: Add the Tuning Command (CMD19)Philippe Mathieu-Daudé1-0/+29