index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-18
win32-aio: use iov utility functions instead of open-coding them
Michael Tokarev
1
-14
/
+3
2013-01-17
Merge remote-tracking branch 'luiz/queue/qmp' into staging
Anthony Liguori
26
-164
/
+174
2013-01-17
virtio-pci: fix irqfd cleanup argument order
Michael S. Tsirkin
1
-3
/
+3
2013-01-17
qom: Extend documentation on QOM method concepts
Andreas Färber
2
-7
/
+111
2013-01-17
Makefile: drop recursive libcacard clean
Stefan Hajnoczi
1
-1
/
+1
2013-01-17
migration: remove argument to qemu_savevm_state_cancel
Juan Quintela
3
-6
/
+6
2013-01-17
migration: Only go to the iterate stage if there is anything to send
Juan Quintela
1
-1
/
+1
2013-01-17
migration: unfold rest of migrate_fd_put_ready() into thread
Juan Quintela
1
-54
/
+41
2013-01-17
migration: move exit condition to migration thread
Juan Quintela
1
-6
/
+8
2013-01-17
migration: Add buffered_flush error handling
Juan Quintela
1
-1
/
+2
2013-01-17
migration: move beginning stage to the migration thread
Juan Quintela
2
-14
/
+15
2013-01-17
qemu-file: Only set last_error if it is not already set
Juan Quintela
1
-1
/
+3
2013-01-17
migration: fix off-by-one in buffered_rate_limit
Paolo Bonzini
1
-1
/
+1
2013-01-17
migration: remove double call to migrate_fd_close
Paolo Bonzini
1
-1
/
+0
2013-01-17
migration: make function static
Paolo Bonzini
2
-4
/
+2
2013-01-17
use XFER_LIMIT_RATIO consistently
Paolo Bonzini
1
-1
/
+1
2013-01-17
Protect migration_bitmap_sync() with the ramlist lock
Paolo Bonzini
1
-2
/
+1
2013-01-17
Unlock ramlist lock also in error case
Paolo Bonzini
1
-1
/
+2
2013-01-17
HMP: add sub command table to info
Wenchao Xia
2
-22
/
+3
2013-01-17
HMP: move define of mon_cmds
Wenchao Xia
1
-6
/
+6
2013-01-17
HMP: add infrastructure for sub command
Wenchao Xia
1
-10
/
+39
2013-01-17
HMP: delete info handler
Wenchao Xia
1
-46
/
+45
2013-01-17
HMP: add QDict to info callback handler
Wenchao Xia
25
-83
/
+84
2013-01-17
win32-aio: Fix memory leak
Kevin Wolf
1
-1
/
+1
2013-01-17
win32-aio: Fix vectored reads
Kevin Wolf
1
-1
/
+1
2013-01-17
aio: Fix return value of aio_poll()
Kevin Wolf
4
-8
/
+8
2013-01-17
ide: Remove wrong assertion
Kevin Wolf
1
-1
/
+0
2013-01-17
block: fix null-pointer bug on error case in block commit
Jeff Cody
1
-4
/
+3
2013-01-16
bswap: improve gluing
Blue Swirl
1
-10
/
+10
2013-01-16
Merge remote-tracking branch 'kraxel/chardev.1' into staging
Anthony Liguori
9
-112
/
+600
2013-01-16
build: fix Win32 clean build
Paolo Bonzini
1
-0
/
+1
2013-01-16
tmp105: Add temperature QOM property
Andreas Färber
2
-20
/
+29
2013-01-16
tmp105: QOM'ify
Andreas Färber
2
-24
/
+39
2013-01-16
tests: Add tmp105 qtest test case
Andreas Färber
2
-0
/
+79
2013-01-16
tmp105: Fix I2C protocol bug
Andreas Färber
1
-3
/
+6
2013-01-16
tmp105: Split out I2C message constants from header
Andreas Färber
2
-33
/
+51
2013-01-16
libqtest: Prepare I2C libqos
Andreas Färber
4
-0
/
+219
2013-01-16
audio: Replace non-portable asprintf in debug code by g_strdup_printf
Stefan Weil
1
-2
/
+3
2013-01-16
usb-storage: Drop useless null test in usb_msd_handle_data()
Markus Armbruster
1
-1
/
+1
2013-01-16
ui: Drop useless null tests in parse_keyboard_layout()
Markus Armbruster
1
-7
/
+9
2013-01-16
pseries: Replace non-portable asprintf by g_strdup_printf
Stefan Weil
2
-28
/
+8
2013-01-16
Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405
Knut Omang
2
-0
/
+2
2013-01-16
alpha-linux-user: Correct select
Laurent Vivier
1
-6
/
+6
2013-01-16
alpha-linux-user: Translate fcntl l_type
Laurent Vivier
2
-6
/
+40
2013-01-16
chardev: add pty chardev support to chardev-add (qmp)
Gerd Hoffmann
3
-1
/
+20
2013-01-16
chardev: add socket chardev support to chardev-add (qmp)
Gerd Hoffmann
2
-56
/
+138
2013-01-16
chardev: add parallel chardev support to chardev-add (qmp)
Gerd Hoffmann
3
-18
/
+34
2013-01-16
chardev: add serial chardev support to chardev-add (qmp)
Gerd Hoffmann
3
-13
/
+75
2013-01-16
chardev: add file chardev support to chardev-add (qmp)
Gerd Hoffmann
3
-2
/
+83
2013-01-16
chardev: add hmp hotplug commands
Gerd Hoffmann
3
-0
/
+57
[prev]
[next]