index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
timer
/
lm32_timer.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-05
migration: expose the bitmap_sync_count to the end
ChenLiang
6
-5
/
+18
2014-05-05
migration: Add counts of updating the dirty bitmap
ChenLiang
1
-0
/
+5
2014-05-05
XBZRLE: Fix one XBZRLE corruption issues
ChenLiang
1
-12
/
+13
2014-05-05
migration: remove duplicate code
ChenLiang
1
-35
/
+33
2014-05-05
Coverity: Fix failure path for qemu_accept in migration
Dr. David Alan Gilbert
2
-12
/
+22
2014-05-05
Init the XBZRLE.lock in ram_mig_init
Dr. David Alan Gilbert
1
-30
/
+31
2014-05-05
Provide init function for ram migration
Dr. David Alan Gilbert
4
-5
/
+8
2014-05-05
Count used RAMBlock pages for migration_dirty_pages
Dr. David Alan Gilbert
1
-4
/
+17
2014-05-05
Make qemu_peek_buffer loop until it gets it's data
Dr. David Alan Gilbert
2
-4
/
+54
2014-05-05
Disallow outward migration while awaiting incoming migration
Dr. David Alan Gilbert
1
-0
/
+5
2014-05-05
virtio: validate config_len on load
Michael S. Tsirkin
1
-1
/
+7
2014-05-05
virtio-net: out-of-bounds buffer write on load
Michael S. Tsirkin
1
-4
/
+11
2014-05-05
openpic: avoid buffer overrun on incoming migration
Michael Roth
1
-2
/
+14
2014-05-05
ssi-sd: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+9
2014-05-05
savevm: Ignore minimum_version_id_old if there is no load_state_old
Peter Maydell
2
-11
/
+10
2014-05-05
usb: sanity check setup_index+setup_len in post_load
Michael S. Tsirkin
1
-1
/
+3
2014-05-05
vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/
Michael S. Tsirkin
3
-4
/
+4
2014-05-05
virtio-scsi: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+9
2014-05-05
zaurus: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+10
2014-05-05
tsc210x: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+12
2014-05-05
ssd0323: fix buffer overun on invalid state load
Michael S. Tsirkin
1
-0
/
+24
2014-05-05
pxa2xx: avoid buffer overrun on incoming migration
Michael S. Tsirkin
1
-2
/
+6
2014-05-05
virtio: validate num_sg when mapping
Michael S. Tsirkin
1
-0
/
+6
2014-05-05
virtio: avoid buffer overrun on incoming migration
Michael Roth
1
-0
/
+3
2014-05-05
vmstate: fix buffer overflow in target-arm/machine.c
Michael S. Tsirkin
1
-3
/
+4
2014-05-05
pl022: fix buffer overun on invalid state load
Michael S. Tsirkin
1
-0
/
+14
2014-05-05
hw/pci/pcie_aer.c: fix buffer overruns on invalid state load
Michael S. Tsirkin
1
-1
/
+9
2014-05-05
hpet: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-0
/
+13
2014-05-05
ahci: fix buffer overrun on invalid state load
Michael S. Tsirkin
1
-1
/
+1
2014-05-05
virtio: out-of-bounds buffer write on invalid state load
Michael S. Tsirkin
1
-1
/
+7
2014-05-05
PortioList: Store PortioList in device state
Kirill Batuzov
9
-26
/
+34
2014-05-05
tests: Add EHCI qtest
Andreas Färber
3
-0
/
+45
2014-05-05
tests: Add ioh3420 qtest
Andreas Färber
2
-0
/
+37
2014-05-05
tests: Add intel-hda qtests
Andreas Färber
3
-0
/
+49
2014-05-05
tests: Add es1370 qtest
Andreas Färber
3
-0
/
+37
2014-05-05
tests: Add ac97 qtest
Andreas Färber
3
-0
/
+37
2014-05-05
qtest: Be paranoid about accept() addrlen argument
Andreas Färber
1
-1
/
+1
2014-05-05
qtest: Add error reporting to socket_accept()
Andreas Färber
1
-0
/
+3
2014-05-05
qtest: Assure that init_socket()'s listen() does not fail
Andreas Färber
1
-1
/
+2
2014-05-05
MAINTAINERS: Document QOM
Andreas Färber
1
-0
/
+11
2014-05-05
arm: Clean up fragile use of error_is_set() in realize() methods
Markus Armbruster
3
-6
/
+12
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
6
-24
/
+45
2014-05-05
hw: Consistently name Error ** objects errp, and not err
Markus Armbruster
3
-14
/
+14
2014-05-05
hw: Consistently name Error * objects err, and not errp
Markus Armbruster
3
-21
/
+21
2014-05-05
machine: Remove QEMUMachine indirection from MachineClass
Marcel Apfelbaum
5
-87
/
+50
2014-05-05
machine: Replace QEMUMachine by MachineClass in accelerator configuration
Marcel Apfelbaum
11
-17
/
+17
2014-05-05
vl.c: Replace QEMUMachine with MachineClass in QEMUMachineInitArgs
Marcel Apfelbaum
2
-3
/
+4
2014-05-05
machine: Copy QEMUMachine's fields to MachineClass
Marcel Apfelbaum
3
-0
/
+71
2014-05-05
machine: Remove obsoleted field from QEMUMachine
Marcel Apfelbaum
1
-1
/
+0
2014-05-05
qdev: Fix crash by validating the object type
Amos Kong
1
-1
/
+1
[next]