summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips1-0/+0
2014-12-17Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into stagingPeter Maydell1-0/+1
2014-12-17tcg: add separate monitor command to dump opcode countersMax Filippov1-0/+1
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov1-0/+1
2014-12-16Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20141216-1' into ...Peter Maydell1-1/+2
2014-12-16Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta...Peter Maydell1-0/+7
2014-12-16spice: use bottom half instead of refresh timer for cursor updatesGerd Hoffmann1-1/+2
2014-12-16cpu: verify that block->host is setMichael S. Tsirkin1-0/+1
2014-12-16cpu: assert host pointer offset within blockMichael S. Tsirkin1-0/+1
2014-12-16exec: add wrapper for host pointer accessMichael S. Tsirkin1-0/+5
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell6-0/+23
2014-12-15sdhci: Define SDHCI PCI idsKevin O'Connor2-0/+2
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini1-0/+1
2014-12-15cpus: make icount warp behave well with respect to stop/contPavel Dovgalyuk1-1/+2
2014-12-15timer: introduce new QEMU_CLOCK_VIRTUAL_RT clockPavel Dovgalyuk1-0/+7
2014-12-15cpu-exec: invalidate nocache translation if they are interruptedPavel Dovgalyuk1-0/+1
2014-12-15icount: introduce cpu_get_icount_rawPavel Dovgalyuk1-0/+1
2014-12-15KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checksEric Auger1-0/+10
2014-12-12linux-aio: simplify removal of completed iocbs from the listPaolo Bonzini1-0/+11
2014-12-12block: drop unused bdrv_clear_incoming_migration_all() prototypeStefan Hajnoczi1-2/+0
2014-12-12block: Don't add trailing space in "Formating..." messageFam Zheng1-1/+1
2014-12-12vmdk: Fix error for JSON descriptor file namesMax Reitz1-0/+1
2014-12-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-12-1...Peter Maydell2-58/+50
2014-12-11Sort include/qemu/typedefs.hDr. David Alan Gilbert1-55/+50
2014-12-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141211'...Peter Maydell1-0/+6
2014-12-11Add the "-semihosting-config" option.Liviu Ionescu1-0/+6
2014-12-10block: Make essential BlockDriver objects publicMax Reitz1-0/+8
2014-12-10raw: Prohibit dangerous writes for probed imagesKevin Wolf1-0/+3
2014-12-10block: Read only one sector for format probingKevin Wolf1-0/+2
2014-12-10nbd: Change external interface to BlockBackendMax Reitz1-4/+3
2014-12-10block: Add blk_add_close_notifier() for BBMax Reitz1-0/+1
2014-12-10block: Add AioContextNotifier functions to BBMax Reitz1-0/+8
2014-12-10block: Lift more functions into BlockBackendMax Reitz1-0/+3
2014-12-10block: Add bdrv_get_node_nameFam Zheng1-0/+1
2014-12-10block: Add bdrv_next_nodeFam Zheng1-0/+1
2014-12-10virtio: remove useless declaration of virtio_net_init()Gonglei1-3/+0
2014-11-27hmp: fix regression of HMP device_del auto-completionMarcel Apfelbaum1-1/+1
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz1-1/+1
2014-11-24acpi-build: mark RAM dirty on table updateMichael S. Tsirkin1-1/+1
2014-11-23pc: align DIMM's address/size by backend's alignment valueIgor Mammedov1-0/+4
2014-11-23memory: expose alignment used for allocating RAM as MemoryRegion APIIgor Mammedov3-2/+5
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov1-1/+1
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov1-0/+1
2014-11-18exec: Handle multipage ranges in invalidate_and_set_dirty()Peter Maydell1-0/+25
2014-11-13Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-1/+3
2014-11-12virtio-scsi: Fix comment for VirtIOSCSIReqFam Zheng1-1/+2
2014-11-12esp: Do not overwrite ESP_TCHI after resetHannes Reinecke1-0/+1
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell3-2/+5
2014-11-11block: Fix comment for bdrv_co_get_block_statusFam Zheng1-1/+3
2014-11-11sysbus: Correct SYSTEM_BUS(obj) definesGonglei1-1/+1