index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-02-03
sparc64: disable floppy DMA
Hervé Poussineau
2016-02-03
sparc: disable floppy DMA
Hervé Poussineau
2016-02-03
magnum: disable floppy DMA for now
Hervé Poussineau
2016-02-03
i8257: implement the IsaDma interface
Hervé Poussineau
2016-02-03
isa: add an ISA DMA interface, and store it within the ISA bus
Hervé Poussineau
2016-02-03
i8257: move state definition to new independent header
Hervé Poussineau
2016-02-03
i8257: QOM'ify
Hervé Poussineau
2016-02-03
i8257: add missing const
Hervé Poussineau
2016-02-03
i8257: make the DMA running method per controller
Hervé Poussineau
2016-02-03
i8257: rename functions to start with i8257_ prefix
Hervé Poussineau
2016-02-03
i8257: rename struct dma_regs to I8257Regs
Hervé Poussineau
2016-02-03
i8257: rename struct dma_cont to I8257State
Hervé Poussineau
2016-02-03
i8257: pass ISA bus to DMA_init() function
Hervé Poussineau
2016-02-03
i82374: device only existed as ISA device, so simplify device
Hervé Poussineau
2016-02-03
fdc: fix detection under Linux
John Snow
2016-02-03
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20160203-1' into s...
Peter Maydell
2016-02-03
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2016-02-03' in...
Peter Maydell
2016-02-03
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
2016-02-03
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
2016-02-03
virtio-gpu: maintain command queue
Gerd Hoffmann
2016-02-03
virtio-gpu: fix memory leak in error path
Gerd Hoffmann
2016-02-03
console: block rendering until client is done
Gerd Hoffmann
2016-02-03
zap qemu_egl_has_ext in include/ui/egl-helpers.h
Gerd Hoffmann
2016-02-03
hmp: fix sendkey out of bounds write (CVE-2015-8619)
Wolfgang Bumiller
2016-02-02
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-for-peter-2016...
Peter Maydell
2016-02-02
block: qemu-iotests - add test for snapshot, commit, snapshot bug
Jeff Cody
2016-02-02
block: set device_list.tqe_prev to NULL on BDS removal
Jeff Cody
2016-02-02
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160202-1' into s...
Peter Maydell
2016-02-02
iotests: Add "qemu-img map" test for VMDK extents
Fam Zheng
2016-02-02
qemu-img: Make MapEntry a QAPI struct
Fam Zheng
2016-02-02
qemu-img: In "map", use the returned "file" from bdrv_get_block_status
Fam Zheng
2016-02-02
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
2016-02-02
vmdk: Return extent's file in bdrv_get_block_status
Fam Zheng
2016-02-02
vmdk: Fix calculation of block status's offset
Fam Zheng
2016-02-02
vpc: Assign bs->file->bs to file in vpc_co_get_block_status
Fam Zheng
2016-02-02
vdi: Assign bs->file->bs to file in vdi_co_get_block_status
Fam Zheng
2016-02-02
sheepdog: Assign bs to file in sd_co_get_block_status
Fam Zheng
2016-02-02
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
2016-02-02
parallels: Assign bs->file->bs to file in parallels_co_get_block_status
Fam Zheng
2016-02-02
iscsi: Assign bs to file in iscsi_co_get_block_status
Fam Zheng
2016-02-02
raw: Assign bs to file in raw_co_get_block_status
Fam Zheng
2016-02-02
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
2016-02-02
qcow: Assign bs->file->bs to file in qcow_co_get_block_status
Fam Zheng
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
2016-02-02
block: acquire in bdrv_query_image_info
Paolo Bonzini
2016-02-02
iotests: Add test for block jobs and BDS ejection
Max Reitz
2016-02-02
iotests: Add test for multiple BB on BDS tree
Max Reitz
2016-02-02
block: Rewrite bdrv_close_all()
Max Reitz
2016-02-02
block: Add blk_remove_all_bs()
Max Reitz
2016-02-02
blockdev: Keep track of monitor-owned BDS
Max Reitz
[next]