index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-13
vectorize is_dup_page
Paolo Bonzini
1
-6
/
+22
2012-01-04
memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
Avi Kivity
1
-4
/
+3
2012-01-04
Convert ram_load() to the memory API
Avi Kivity
1
-2
/
+2
2012-01-04
Remove support for version 3 ram_load
Avi Kivity
1
-14
/
+4
2012-01-04
Sort RAMBlocks by ID for migration, not by ram_addr
Avi Kivity
1
-6
/
+2
2012-01-04
Switch ram_save to the memory API
Avi Kivity
1
-20
/
+14
2012-01-03
Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging
Anthony Liguori
1
-4
/
+2
2011-12-20
audio: remove unused parameter isa_pic
Hervé Poussineau
1
-5
/
+5
2011-12-20
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() ...
Hervé Poussineau
1
-4
/
+4
2011-12-20
memory: replace cpu_physical_sync_dirty_bitmap() with a memory API
Avi Kivity
1
-4
/
+2
2011-10-20
migration: make *save_live return errors
Juan Quintela
1
-2
/
+7
2011-10-20
migration: use qemu_file_get_error() return value when possible
Juan Quintela
1
-2
/
+4
2011-10-20
migration: rename qemu_file_has_error to qemu_file_get_error
Juan Quintela
1
-1
/
+1
2011-10-20
migration: change has_error to contain errno values
Juan Quintela
1
-1
/
+1
2011-09-23
core: remove qemu_service_io
Frediano Ziglio
1
-5
/
+0
2011-09-10
target-xtensa: add target stubs
Max Filippov
1
-0
/
+2
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-05-08
Introduce -machine command option.
Anthony PERARD
1
-0
/
+5
2011-03-07
LatticeMico32 target support
Michael Walle
1
-0
/
+2
2011-01-25
audio: consolidate audio_init()
Isaku Yamahata
1
-1
/
+34
2010-12-02
migration: stable ram block ordering
Michael S. Tsirkin
1
-0
/
+35
2010-11-01
Merge remote branch 'mst/for_anthony' into staging
Anthony Liguori
1
-0
/
+3
2010-11-01
Add Intel HD Audio support to qemu.
Gerd Hoffmann
1
-0
/
+10
2010-10-27
migration: don't segfault on invalid input
Michael S. Tsirkin
1
-0
/
+3
2010-09-25
Introduce qemu_madvise()
Andreas Färber
1
-1
/
+1
2010-08-22
arch_init: replace tabs by spaces.
Yoshiaki Tamura
1
-6
/
+6
2010-08-19
savevm: Reset last block info at beginning of each save
Alex Williamson
1
-2
/
+5
2010-07-06
ramblocks: No more being lazy about duplicate names
Alex Williamson
1
-2
/
+3
2010-07-06
savevm: Create a new continue flag to avoid resending block name
Alex Williamson
1
-44
/
+50
2010-07-06
savevm: Use RAM blocks for basis of migration
Alex Williamson
1
-25
/
+42
2010-07-06
savevm: Migrate RAM based on name/offset
Alex Williamson
1
-11
/
+107
2010-07-06
Remove uses of ram.last_offset (aka last_ram_offset)
Alex Williamson
1
-7
/
+16
2010-06-14
ram_blocks: Convert to a QLIST
Alex Williamson
1
-7
/
+7
2010-06-01
migration: Fix calculation of bytes_transferred
Pierre Riteau
1
-9
/
+12
2010-03-30
Add missing #include needed for madvise() on OpenBSD
Blue Swirl
1
-0
/
+1
2010-03-29
Refactor target specific handling, compile vl.c only once
Blue Swirl
1
-0
/
+509