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
2010-03-16
error: Include the program name in error messages to stderr
Markus Armbruster
3
-1
/
+22
2010-03-16
error: Infrastructure to track locations for error reporting
Markus Armbruster
6
-3
/
+138
2010-03-16
error: Rename qemu_error_new() to qerror_report()
Markus Armbruster
4
-49
/
+49
2010-03-16
error: Replace qemu_error() by error_report()
Markus Armbruster
29
-119
/
+127
2010-03-16
error: Don't abuse qemu_error() for non-error in scsi_hot_add()
Markus Armbruster
1
-4
/
+6
2010-03-16
error: Don't abuse qemu_error() for non-error in qbus_find()
Markus Armbruster
1
-20
/
+17
2010-03-16
error: Don't abuse qemu_error() for non-error in qdev_device_help()
Markus Armbruster
1
-21
/
+10
2010-03-16
error: New error_printf() and error_vprintf()
Markus Armbruster
2
-7
/
+56
2010-03-16
error: Move qemu_error & friends into their own header
Markus Armbruster
16
-15
/
+26
2010-03-16
error: Simplify error sink setup
Markus Armbruster
4
-77
/
+9
2010-03-16
error: Move qemu_error() & friends from monitor.c to own file
Markus Armbruster
3
-89
/
+93
2010-03-16
monitor: Factor monitor_set_error() out of qemu_error_internal()
Markus Armbruster
2
-8
/
+16
2010-03-16
block: Simplify usb_msd_initfn() test for "can read bdrv key"
Markus Armbruster
1
-1
/
+1
2010-03-16
monitor: Separate "default monitor" and "current monitor" cleanly
Markus Armbruster
5
-9
/
+10
2010-03-16
tools: Remove unused cur_mon from qemu-tool.c
Markus Armbruster
1
-2
/
+0
2010-03-16
pc: Factor common code out of pc_boot_set() and cmos_init()
Markus Armbruster
1
-20
/
+8
2010-03-16
pc: Fix error reporting for -boot once
Markus Armbruster
1
-4
/
+3
2010-03-16
savevm: Fix -loadvm to report errors to stderr, not the monitor
Markus Armbruster
4
-16
/
+14
2010-03-16
usb: Remove disabled monitor_printf() in usb_read_file()
Markus Armbruster
1
-8
/
+0
2010-03-11
target-ppc: fix evsrwu and evsrws (second try)
Aurelien Jarno
1
-2
/
+2
2010-03-11
target-ppc: fix evsrwu and evsrws
Aurelien Jarno
1
-2
/
+2
2010-03-11
target-ppc: fix evslw instruction
Aurelien Jarno
1
-1
/
+1
2010-03-11
audio: fix comment
malc
1
-1
/
+1
2010-03-10
QMP: Really move the RESET event to qemu_system_reset()
Luiz Capitulino
1
-2
/
+1
2010-03-10
target-i386: fix SIB decoding with index = 4
Aurelien Jarno
1
-2
/
+2
2010-03-09
documentation: qemu_write_full don't work with non-blocking fd's
Juan Quintela
1
-0
/
+5
2010-03-09
block: print errno on error
Juan Quintela
1
-2
/
+2
2010-03-09
vmdk: share cleanup code
Juan Quintela
1
-9
/
+4
2010-03-09
vmdk: fix double free
Juan Quintela
1
-1
/
+1
2010-03-09
vmdk: make vmdk_snapshot_create return -errno
Juan Quintela
1
-21
/
+58
2010-03-09
vmdk: return errno instead of -1
Juan Quintela
1
-7
/
+7
2010-03-09
qcow: return errno instead of -1
Juan Quintela
1
-4
/
+4
2010-03-09
qcow2: return errno instead of -1
Juan Quintela
1
-9
/
+9
2010-03-09
slirp: check system() success
Juan Quintela
1
-1
/
+1
2010-03-09
cow: return errno instead of -1
Juan Quintela
1
-3
/
+2
2010-03-09
qemu-img rebase: Add -f option
Kevin Wolf
1
-4
/
+16
2010-03-09
configure: Fix code which creates config.mak files
Stefan Weil
1
-2
/
+2
2010-03-09
configure: Fix wrong stderr redirection
Stefan Weil
1
-2
/
+2
2010-03-09
QMP: Introduce WATCHDOG event
Luiz Capitulino
4
-0
/
+40
2010-03-09
Restore terminal attributes for tty based monitor
Shahar Havivi
1
-0
/
+8
2010-03-09
kbd keds: vnc
Gerd Hoffmann
2
-1
/
+20
2010-03-09
kbd leds: usb kbd
Gerd Hoffmann
1
-0
/
+8
2010-03-09
kbd leds: ps/2 kbd
Gerd Hoffmann
1
-0
/
+2
2010-03-09
kbd leds: infrastructure
Gerd Hoffmann
2
-0
/
+46
2010-03-09
scsi: Make device scsi-disk reject /dev/sg*
Markus Armbruster
1
-0
/
+5
2010-03-09
qdev: Catch attempt to attach more than one device to a netdev
Markus Armbruster
2
-0
/
+8
2010-03-09
qdev: Improve diagnostics for bad property values
Markus Armbruster
1
-23
/
+34
2010-03-08
virtio-pci: Use DEV_NVECTORS_UNSPECIFIED instead of -1 for virtio-serial
Amit Shah
1
-3
/
+5
2010-03-08
qdev: Add a DEV_NVECTORS_UNSPECIFIED enum for unspecified nr of MSI vectors
Amit Shah
4
-6
/
+9
2010-03-08
pcnet APROMWE bit location (retry)
Chris Kilgour
1
-1
/
+1
[next]