summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/amit/tags/for-2.3' into stagingPeter Maydell2015-01-091-2/+0Star
|\
| * virtio-serial: Don't keep a persistent copy of config spaceDavid Gibson2015-01-051-2/+0Star
* | 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-231-0/+5
| * | hw/loader: split out load_image_gzipped_buffer()Laszlo Ersek2014-12-231-0/+9
| * | fw_cfg_mem: expose the "data_width" property with fw_cfg_init_mem_wide()Laszlo Ersek2014-12-231-0/+2
| * | fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-231-2/+0Star
| * | fw_cfg: hard separation between the MMIO and I/O port mappingsLaszlo Ersek2014-12-232-0/+4
| * | target-arm: Add arm_boot_info secure_boot controlGreg Bellows2014-12-231-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-221-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
| * sdl2: rename sdl2_state to sdl2_console, move to header fileGerd Hoffmann2014-12-171-0/+16
* | Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into stagingPeter Maydell2014-12-171-0/+1
|\ \
| * | tcg: add separate monitor command to dump opcode countersMax Filippov2014-12-171-0/+1
* | | qemu-log: add log category for MMU infoAntony Pavlov2014-12-161-0/+1
|/ /
* | Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into ...Peter Maydell2014-12-161-1/+2
|\ \
| * | spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann2014-12-161-1/+2
| |/
* | Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell2014-12-161-0/+7
|\ \ | |/ |/|
| * cpu: verify that block->host is setMichael S. Tsirkin2014-12-161-0/+1
| * cpu: assert host pointer offset within blockMichael S. Tsirkin2014-12-161-0/+1
| * exec: add wrapper for host pointer accessMichael S. Tsirkin2014-12-161-0/+5
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-12-156-0/+23
|\ \ | |/ |/|
| * sdhci: Define SDHCI PCI idsKevin O'Connor2014-12-152-0/+2
| * kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini2014-12-151-0/+1
| * cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk2014-12-151-1/+2
| * timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk2014-12-151-0/+7
| * cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk2014-12-151-0/+1
| * icount: introduce cpu_get_icount_rawPavel Dovgalyuk2014-12-151-0/+1
| * KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger2014-12-151-0/+10