summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ui/console: add escape sequence \e[5, 6nRen Kimura2019-11-291-15/+41
* MAINTAINERS: Add Samuel Thibault as slirp maintainerSamuel Thibault2019-11-291-0/+1
* cutils: add avx2 instruction optimizationLiang Li2019-11-292-11/+121
* configure: detect ifunc and avx2 attributeLiang Li2019-11-291-0/+21
* Postcopy: Fix sync count in info migrateDr. David Alan Gilbert2019-11-291-0/+1
* input-linux: add switch to enable auto-repeat eventsGerd Hoffmann2019-11-291-1/+6
* input-linux: add option to toggle grab on all devicesGerd Hoffmann2019-11-291-0/+29
* input: linux evdev supportGerd Hoffmann2019-11-295-0/+380
* tests: update acpi test dataGerd Hoffmann2019-11-294-0/+0
* fw_cfg: document ACPI device node informationGabriel L. Somlo2019-11-291-0/+9
* acpi: arm: add fw_cfg device node to dsdtGabriel L. Somlo2019-11-291-0/+15
* acpi: pc: add fw_cfg device node to dsdtGabriel L. Somlo2019-11-291-0/+29
* pc: fw_cfg: move ioport base constant to pc.hGabriel L. Somlo2019-11-292-3/+4
* fw_cfg: expose control register size in fw_cfg.hGabriel L. Somlo2019-11-292-1/+6
* vnc: send cursor when a new client is connectingFrediano Ziglio2019-11-291-0/+3
* net: check packet payload lengthPrasad J Pandit2019-11-291-2/+8
* filter-buffer: Add status_changed callback processingzhanghailiang2019-11-291-6/+28
* filter: Add 'status' property for filter objectzhanghailiang2019-11-293-1/+48
* rocker: allow user to specify rocker world by propertyJiri Pirko2019-11-291-1/+28
* rocker: add name field into WorldOps ale let world specify its nameJiri Pirko2019-11-293-6/+3
* rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2019-11-291-0/+1
* rocker: forbid to change world typeJiri Pirko2019-11-293-1/+13
* net: netmap: probe netmap interface for virtio-net headerVincenzo Maffione2019-11-291-21/+38
* net: simplify net_init_tap_one logicPaolo Bonzini2019-11-291-2/+2
* MAINTAINERS: Add entries for include/net/ filesThomas Huth2019-11-291-0/+2
* net: filter: correctly remove filter from the list during finalizationJason Wang2019-11-291-1/+2
* net: ne2000: check ring buffer control registersPrasad J Pandit2019-11-291-0/+4
* rng: switch request queue to QSIMPLEQLadi Prosek2019-11-294-16/+19
* scsi-bus: Remove tape command from scsi_req_xferAlex Pyrgiotis2019-11-291-1/+0
* kvm/irqchip: use bitmap utility for gsi trackingWei Yang2019-11-291-24/+10
* MAINTAINERS: Add entry for include/sysemu/kvm*.hThomas Huth2019-11-291-0/+1
* doc/memory.txt: correct description of MemoryRegionOps fieldsPeter Maydell2019-11-291-3/+4
* doc/memory.txt: correct a logic errorxiaoqiang zhao2019-11-291-2/+2
* icount: possible options for sleep are on or offPranith Kumar2019-11-292-5/+5
* exec: Introduce AddressSpaceDispatch.mru_sectionFam Zheng2019-11-291-2/+14
* exec: Factor out section_covers_addrFam Zheng2019-11-291-3/+12
* exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng2019-11-293-17/+10
* memory: Drop MemoryRegion.ram_addrFam Zheng2019-11-297-53/+40
* memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng2019-11-292-7/+6
* memory: Move assignment to ram_block to memory_region_init_*Fam Zheng2019-11-292-1/+5
* exec: Return RAMBlock pointer from allocating functionsFam Zheng2019-11-293-45/+53
* i8257: fix Terminal Count statusHervé Poussineau2019-11-291-0/+4
* log: do not log if QEMU is daemonized but without -DPaolo Bonzini2019-11-291-2/+5
* qapi: Drop useless 'data' member of unionsEric Blake2019-11-296-27/+0
* chardev: Drop useless ChardevDummy typeEric Blake2019-11-294-15/+12
* qapi: Avoid use of 'data' member of QAPI unionsEric Blake2019-11-292-15/+18
* ui: Shorten references into InputEventEric Blake2019-11-297-89/+129
* util: Shorten references into SocketAddressEric Blake2019-11-296-68/+88
* chardev: Shorten references into ChardevBackendEric Blake2019-11-291-56/+66
* qapi: Update docs to match recent generator changesEric Blake2019-11-292-164/+180
OpenPOWER on IntegriCloud