summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-02-04Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2-2/+1
2016-02-04Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-11/+83
2016-02-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160203'...Peter Maydell10-1/+390
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang1-1/+0
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian1-1/+1
2016-02-03Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-59/+61
2016-02-03dma: remove now useless DMA_* functionsHervé Poussineau1-10/+1
2016-02-03isa: add an ISA DMA interface, and store it within the ISA busHervé Poussineau2-0/+39
2016-02-03i8257: move state definition to new independent headerHervé Poussineau1-0/+42
2016-02-03i8257: pass ISA bus to DMA_init() functionHervé Poussineau1-1/+1
2016-02-03arm/boot: move highbank secure board setup code to common routineAndrew Baumann1-0/+5
2016-02-03bcm2836: add bcm2836 SoC deviceAndrew Baumann1-0/+35
2016-02-03bcm2836_control: add bcm2836 ARM control logicAndrew Baumann1-0/+51
2016-02-03bcm2835_peripherals: add rollup device for bcm2835 peripheralsAndrew Baumann2-0/+170
2016-02-03bcm2835_ic: add bcm2835 interrupt controllerAndrew Baumann1-0/+33
2016-02-03bcm2835_property: add bcm2835 property channelAndrew Baumann1-0/+31
2016-02-03bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann2-0/+65
2016-02-03arm: virt-acpi: each MADT.GICC entry as enabled unconditionallyIgor Mammedov1-1/+0
2016-02-03Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...Peter Maydell3-1/+6
2016-02-03trace: convert stderr backend to logPaolo Bonzini1-0/+1
2016-02-03virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann1-0/+1
2016-02-03virtio-gpu: add support to enable/disable command processingGerd Hoffmann1-0/+2
2016-02-03virtio-gpu: maintain command queueGerd Hoffmann1-0/+1
2016-02-03console: block rendering until client is doneGerd Hoffmann1-0/+2
2016-02-03zap qemu_egl_has_ext in include/ui/egl-helpers.hGerd Hoffmann1-1/+0
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini2-59/+60
2016-02-03hmp: fix sendkey out of bounds write (CVE-2015-8619)Wolfgang Bumiller1-1/+1
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody1-0/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng2-5/+9
2016-02-02block: Add blk_remove_all_bs()Max Reitz1-0/+1
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz1-0/+4
2016-02-02block: Add list of all BlockDriverStatesMax Reitz1-0/+2
2016-02-02block: Make bdrv_close() staticMax Reitz1-1/+0
2016-02-02block: Remove BDS close notifierMax Reitz3-4/+0
2016-02-02virtio-scsi: Catch BDS-BB removal/insertionMax Reitz1-0/+10
2016-02-02block: Add BB-BDS remove/insert notifiersMax Reitz1-0/+2
2016-02-02block: Add blk_dev_has_tray()Max Reitz1-0/+1
2016-02-02Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-next-2016-02...Peter Maydell3-14/+14
2016-02-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160202-1' into st...Peter Maydell1-0/+1
2016-02-02sdl: shorten the GUI refresh interval when mouse or keyboard is activeJindřich Makovička1-0/+1
2016-02-02char: remove qemu_chr_open_eventfdMarc-André Lureau1-3/+0
2016-02-01crypto: fix description of @errp parameter initializationDaniel P. Berrange3-14/+14
2016-01-30spapr: Remove rtas_st_buffer_direct()David Gibson1-8/+0
2016-01-30spapr: Small fixes to rtas_ibm_get_system_parameter, remove rtas_st_bufferDavid Gibson1-19/+9
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand1-0/+3
2016-01-27watchdog: introduction of get_watchdog_actionBo Tu1-0/+10
2016-01-26xen: make it possible to build without the Xen PV domain builderIan Campbell1-0/+2
2016-01-26xen: domainbuild: reopen libxenctrl interface after forking for domain watcher.Ian Campbell1-17/+0
2016-01-26xen: Use stable library interfaces when they are available.Ian Campbell1-2/+33
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2-0/+26