summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* qemu-thread: add per-thread atexit functionsPaolo Bonzini2015-01-131-0/+4
* block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy2015-01-131-2/+4
* block: JSON filenames and relative backing filesMax Reitz2015-01-131-2/+3
* block: Get full backing filename from stringMax Reitz2015-01-131-0/+3
* kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka2015-01-121-0/+4
* s390: Add PCI bus supportFrank Blaschka2015-01-121-0/+8
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-104-9/+63
|\
| * acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin2015-01-081-2/+2
| * memory: API to allocate resizeable RAM MRMichael S. Tsirkin2015-01-081-0/+24
| * exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin2015-01-082-3/+13
| * exec: split length -> used_length/max_lengthMichael S. Tsirkin2015-01-081-1/+2
| * exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin2015-01-081-3/+12
| * memory: add memory_region_set_sizeMichael S. Tsirkin2015-01-081-0/+10
* | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-01-101-0/+1
|\ \
| * | hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-071-1/+1
| * | hw/machine: added machine_usb wrapperMarcel Apfelbaum2015-01-071-0/+2
| * | hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum2015-01-071-0/+1
| * | spapr: Fix stale HTAB during live migration (KVM)Samuel Mendoza-Jonas2015-01-071-0/+1
* | | Merge remote-tracking branch 'remotes/amit/tags/for-2.3' into stagingPeter Maydell2015-01-091-2/+0
|\ \ \
| * | | virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson2015-01-051-2/+0
| |/ /
* | | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-01-094-8/+9
|\ \ \
| * | | pci: move REDHAT_SDHCI device ID to make room for RockerScott Feldman2015-01-031-1/+1
| * | | gen-icount: check cflags instead of use_icount globalPaolo Bonzini2015-01-031-3/+3
| * | | cpu-exec: add a new CF_USE_ICOUNT cflagPaolo Bonzini2014-12-231-2/+3
| * | | atomic: fix position of volatile qualifierPaolo Bonzini2014-12-231-2/+2
* | | | hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-081-1/+1
* | | | hw/machine: added machine_usb wrapperMarcel Apfelbaum2015-01-081-0/+2
* | | | hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum2015-01-081-0/+1
| |/ / |/| |
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141223'...Peter Maydell2014-12-234-2/+24
|\ \ \
| * | | hw/arm: pass pristine kernel image to guest firmware over fw_cfgLaszlo Ersek2014-12-221-0/+5
| * | | hw/loader: split out load_image_gzipped_buffer()Laszlo Ersek2014-12-221-0/+9
| * | | fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek2014-12-221-0/+2
| * | | fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-221-2/+0
| * | | fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek2014-12-222-0/+4
| * | | target-arm: Add arm_boot_info secure_boot controlGreg Bellows2014-12-221-0/+4
* | | | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20141222.0' i...Peter Maydell2014-12-232-0/+151
|\ \ \ \ | |/ / / |/| | |
| * | | hw/vfio: create common moduleEric Auger2014-12-221-0/+151
| * | | vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips2014-12-191-0/+0
* | | | Merge remote-tracking branch 'remotes/gonglei/tags/bootdevice-next-20141222' ...Peter Maydell2014-12-222-6/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei2014-12-221-2/+2
| * | | bootdevice: add Error **errp argument for qemu_boot_set()Gonglei2014-12-221-1/+1
| * | | bootdevice: add Error **errp argument for validate_bootdevices()Gonglei2014-12-221-1/+1
| * | | bootdevice: move code about bootorder from vl.c to bootdevice.cGonglei2014-12-222-6/+8
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20141219-1' into s...Peter Maydell2014-12-211-0/+32
|\ \ \ | |/ / |/| |
| * | sdl2: move sdl2_2d_refresh to sdl2-2d.cGerd Hoffmann2014-12-171-0/+1
| * | sdl2: factor out sdl2_poll_eventsGerd Hoffmann2014-12-171-0/+1
| * | sdl2: add+use sdl2_2d_redraw function.Gerd Hoffmann2014-12-171-0/+1
| * | sdl2: move sdl_switch to sdl2-2d.cGerd Hoffmann2014-12-171-0/+6
| * | sdl2: move sdl_update to new sdl2-2d.cGerd Hoffmann2014-12-171-0/+3
| * | sdl2: move keyboard input code to new sdl2-input.cGerd Hoffmann2014-12-171-0/+4
OpenPOWER on IntegriCloud