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
path:
root
/
include
Age
Commit message (
Expand
)
Author
2014-01-26
pc: Save size of RAM below 4GB
Eduardo Habkost
2014-01-26
pc: ACPI: unify source of CPU hotplug IO base/len
Igor Mammedov
2014-01-26
acpi: ich9: add CPU hotplug handling to Q35 machine
Igor Mammedov
2014-01-26
acpi: factor out common cpu hotplug code for PIIX4/Q35
Igor Mammedov
2014-01-26
piix4: add acpi pci hotplug support
Michael S. Tsirkin
2014-01-26
pcihp: generalization of piix4 acpi
Michael S. Tsirkin
2014-01-26
pci: add pci_for_each_bus_depth_first
Michael S. Tsirkin
2014-01-26
Add DSDT node for AppleSMC
Gabriel L. Somlo
2014-01-24
Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into staging
Anthony Liguori
2014-01-24
qemu-iotests: Test pwritev RMW logic
Kevin Wolf
2014-01-24
block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
Kevin Wolf
2014-01-24
block: Allow wait_serialising_requests() at any point
Kevin Wolf
2014-01-24
block: Make overlap range for serialisation dynamic
Kevin Wolf
2014-01-24
block: Generalise and optimise COR serialisation
Kevin Wolf
2014-01-24
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
2014-01-24
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
2014-01-24
block: Don't use guest sector size for qemu_blockalign()
Kevin Wolf
2014-01-24
block: Update BlockLimits when they might have changed
Kevin Wolf
2014-01-24
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
2014-01-24
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
2014-01-24
qmp: Allow to change password on named block driver states.
Benoît Canet
2014-01-24
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
2014-01-24
block: Add bs->node_name to hold the name of a bs node of the bs graph.
Benoît Canet
2014-01-22
block: Add bdrv_open_image()
Max Reitz
2014-01-22
block: Allow reference for bdrv_file_open()
Max Reitz
2014-01-22
qemu-option: Add qemu_config_parse_qdict()
Max Reitz
2014-01-22
qdict: Add qdict_array_split()
Max Reitz
2014-01-22
qemu-io: add command completion
Stefan Hajnoczi
2014-01-22
osdep: add qemu_set_tty_echo()
Stefan Hajnoczi
2014-01-22
readline: move readline to a generic location
Stefan Hajnoczi
2014-01-22
readline: decouple readline from the monitor
Stefan Hajnoczi
2014-01-16
usb: add support for microsoft os descriptors
Gerd Hoffmann
2014-01-14
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
2014-01-13
memory: syncronize kvm bitmap using bitmaps operations
Juan Quintela
2014-01-13
memory: move bitmap synchronization to its own function
Juan Quintela
2014-01-13
memory: split cpu_physical_memory_* functions to its own include
Juan Quintela
2014-01-13
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
2014-01-13
memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
Juan Quintela
2014-01-13
memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operations
Juan Quintela
2014-01-13
memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations
Juan Quintela
2014-01-13
memory: use find_next_bit() to find dirty bits
Juan Quintela
2014-01-13
memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range
Juan Quintela
2014-01-13
memory: cpu_physical_memory_get_dirty() is used as returning a bool
Juan Quintela
2014-01-13
memory: make cpu_physical_memory_get_dirty() the main function
Juan Quintela
2014-01-13
memory: unfold cpu_physical_memory_set_dirty_flag()
Juan Quintela
2014-01-13
memory: unfold cpu_physical_memory_set_dirty() in its only user
Juan Quintela
2014-01-13
memory: unfold cpu_physical_memory_clear_dirty_flag() in its only user
Juan Quintela
2014-01-13
memory: split dirty bitmap into three
Juan Quintela
2014-01-13
bitmap: Add bitmap_zero_extend operation
Juan Quintela
[next]