index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
acpi: ich9: add CPU hotplug handling to Q35 machine
Igor Mammedov
2014-01-26
2
-0
/
+5
*
acpi: factor out common cpu hotplug code for PIIX4/Q35
Igor Mammedov
2014-01-26
2
-0
/
+49
*
piix4: add acpi pci hotplug support
Michael S. Tsirkin
2014-01-26
1
-0
/
+5
*
pcihp: generalization of piix4 acpi
Michael S. Tsirkin
2014-01-26
1
-0
/
+72
*
pci: add pci_for_each_bus_depth_first
Michael S. Tsirkin
2014-01-26
1
-0
/
+14
*
Add DSDT node for AppleSMC
Gabriel L. Somlo
2014-01-26
1
-0
/
+7
*
Merge remote-tracking branch 'kraxel/tags/pull-usb-2' into staging
Anthony Liguori
2014-01-24
2
-0
/
+12
|
\
|
*
usb: add support for microsoft os descriptors
Gerd Hoffmann
2014-01-16
2
-0
/
+12
*
|
qemu-iotests: Test pwritev RMW logic
Kevin Wolf
2014-01-24
1
-0
/
+8
*
|
block: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
Kevin Wolf
2014-01-24
1
-1
/
+0
*
|
block: Allow wait_serialising_requests() at any point
Kevin Wolf
2014-01-24
1
-0
/
+2
*
|
block: Make overlap range for serialisation dynamic
Kevin Wolf
2014-01-24
1
-0
/
+4
*
|
block: Generalise and optimise COR serialisation
Kevin Wolf
2014-01-24
1
-2
/
+3
*
|
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
2014-01-24
1
-2
/
+2
*
|
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
1
-0
/
+3
*
|
block: rename buffer_alignment to guest_block_size
Paolo Bonzini
2014-01-24
2
-3
/
+3
*
|
block: Don't use guest sector size for qemu_blockalign()
Kevin Wolf
2014-01-24
2
-0
/
+6
*
|
block: Update BlockLimits when they might have changed
Kevin Wolf
2014-01-24
1
-0
/
+1
*
|
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
2014-01-24
1
-0
/
+2
*
|
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
2014-01-24
2
-13
/
+19
*
|
qmp: Allow to change password on named block driver states.
Benoît Canet
2014-01-24
1
-0
/
+3
*
|
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
2014-01-24
2
-0
/
+2
*
|
block: Add bs->node_name to hold the name of a bs node of the bs graph.
Benoît Canet
2014-01-24
2
-1
/
+9
*
|
block: Add bdrv_open_image()
Max Reitz
2014-01-22
1
-0
/
+3
*
|
block: Allow reference for bdrv_file_open()
Max Reitz
2014-01-22
1
-1
/
+2
*
|
qemu-option: Add qemu_config_parse_qdict()
Max Reitz
2014-01-22
1
-0
/
+6
*
|
qdict: Add qdict_array_split()
Max Reitz
2014-01-22
1
-0
/
+1
*
|
qemu-io: add command completion
Stefan Hajnoczi
2014-01-22
1
-0
/
+3
*
|
osdep: add qemu_set_tty_echo()
Stefan Hajnoczi
2014-01-22
1
-0
/
+2
*
|
readline: move readline to a generic location
Stefan Hajnoczi
2014-01-22
2
-1
/
+1
*
|
readline: decouple readline from the monitor
Stefan Hajnoczi
2014-01-22
1
-7
/
+13
|
/
*
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
2014-01-14
7
-14
/
+16
|
\
|
*
qerror: Remove assert_no_error()
Peter Crosthwaite
2014-01-06
1
-1
/
+0
|
*
qemu-option: Remove qemu_opts_create_nofail
Peter Crosthwaite
2014-01-06
1
-1
/
+0
|
*
hw: Remove assert_no_error usages
Peter Crosthwaite
2014-01-06
1
-10
/
+4
|
*
error: Add error_abort
Peter Crosthwaite
2014-01-06
1
-0
/
+6
|
*
monitor: add object-add (QMP) and object_add (HMP) command
Paolo Bonzini
2014-01-06
3
-2
/
+6
*
|
memory: syncronize kvm bitmap using bitmaps operations
Juan Quintela
2014-01-13
1
-18
/
+36
*
|
memory: move bitmap synchronization to its own function
Juan Quintela
2014-01-13
1
-0
/
+31
*
|
memory: split cpu_physical_memory_* functions to its own include
Juan Quintela
2014-01-13
2
-76
/
+98
*
|
memory: make cpu_physical_memory_reset_dirty() take a length parameter
Juan Quintela
2014-01-13
1
-1
/
+1
*
|
memory: s/dirty/clean/ in cpu_physical_memory_is_dirty()
Juan Quintela
2014-01-13
1
-3
/
+2
*
|
memory: cpu_physical_memory_clear_dirty_range() now uses bitmap operations
Juan Quintela
2014-01-13
1
-6
/
+4
*
|
memory: cpu_physical_memory_set_dirty_range() now uses bitmap operations
Juan Quintela
2014-01-13
1
-12
/
+7
*
|
memory: use find_next_bit() to find dirty bits
Juan Quintela
2014-01-13
1
-10
/
+6
*
|
memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range
Juan Quintela
2014-01-13
1
-3
/
+3
*
|
memory: cpu_physical_memory_get_dirty() is used as returning a bool
Juan Quintela
2014-01-13
1
-7
/
+8
*
|
memory: make cpu_physical_memory_get_dirty() the main function
Juan Quintela
2014-01-13
1
-17
/
+19
*
|
memory: unfold cpu_physical_memory_set_dirty_flag()
Juan Quintela
2014-01-13
1
-3
/
+6
*
|
memory: unfold cpu_physical_memory_set_dirty() in its only user
Juan Quintela
2014-01-13
1
-8
/
+3
[next]