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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2015-06-19
mc146818rtc: Reset the periodic timer on load
Paul Donohue
1
-0
/
+6
2015-06-19
qemu-timer: Call clock reset notifiers on forward jumps
Paul Donohue
2
-1
/
+10
2015-06-19
tests: virtio-scsi: Add test for unaligned WRITE SAME
Fam Zheng
1
-0
/
+173
2015-06-19
ui/cocoa.m: Add machine menu items to change and eject removable drive media
John Arbuckle
1
-3
/
+153
2015-06-19
ui/cocoa.m: Add Reset and Power Down menu items to Machine menu
John Arbuckle
1
-0
/
+17
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
8
-35
/
+4
2015-06-19
pci: Don't register a specialized 'config_write' if default behavior is intended
Shmulik Ladkani
4
-26
/
+0
2015-06-19
hw/core: rebase sysbus_get_fw_dev_path() to g_strdup_printf()
Laszlo Ersek
1
-10
/
+6
2015-06-19
vhost_net: re-enable when cross endian
Cédric Le Goater
1
-19
/
+0
2015-06-19
vhost-net: tell tap backend about the vnet endianness
Greg Kurz
1
-1
/
+32
2015-06-19
tap: fix non-linux build
Michael S. Tsirkin
5
-0
/
+50
2015-06-19
ui/cocoa.m: Add Machine menu with pause and resume menu items
John Arbuckle
1
-0
/
+67
2015-06-19
q35: Re-enable FDC on pc-q35-2.3 and older
Eduardo Habkost
1
-0
/
+1
2015-06-19
scripts: Add support for path as argument of qom-tree
Martin Cerveny
1
-2
/
+7
2015-06-19
tests: Use qtest_add_data_func() consistently
Andreas Färber
6
-30
/
+23
2015-06-19
qdev: Free property names after registering gpio aliases
Eduardo Habkost
1
-0
/
+2
2015-06-19
qom: strdup() target property name on object_property_add_alias()
Eduardo Habkost
1
-2
/
+3
2015-06-18
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-06-18' into ...
Peter Maydell
11
-194
/
+212
2015-06-18
qapi-types: Bury code dead since commit 6b5abc7
Markus Armbruster
1
-6
/
+2
2015-06-18
qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()
Markus Armbruster
1
-6
/
+6
2015-06-18
qapi-types: Drop unused members parameters
Markus Armbruster
1
-7
/
+7
2015-06-18
qapi-types: Don't filter out expressions with 'gen'
Markus Armbruster
1
-1
/
+0
2015-06-18
qapi: Catch and reject flat union branch of array type
Markus Armbruster
2
-11
/
+2
2015-06-18
tests/qapi-schema: New flat union array branch test case
Markus Armbruster
5
-1
/
+25
2015-06-18
qapi: Better separate the different kinds of helpers
Markus Armbruster
1
-54
/
+74
2015-06-18
qapi: Move exprs checking from parse_schema() to check_exprs()
Markus Armbruster
1
-76
/
+66
2015-06-18
qapi: Fix to reject stray 't', 'f' and 'n'
Markus Armbruster
1
-14
/
+12
2015-06-18
qapi: Simplify inclusion cycle detection
Markus Armbruster
1
-10
/
+8
2015-06-18
qapi: Fix file name in error messages for included files
Markus Armbruster
3
-7
/
+6
2015-06-18
qapi: Improve a couple of confusing variable names
Markus Armbruster
1
-22
/
+23
2015-06-18
qapi: Eliminate superfluous QAPISchema attribute input_dir
Markus Armbruster
1
-2
/
+2
2015-06-18
qapi: Drop bogus command from docs
Markus Armbruster
1
-2
/
+0
2015-06-18
MAINTAINERS: Fix up QAPI and QAPI schema file patterns
Markus Armbruster
1
-0
/
+4
2015-06-18
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-signed' int...
Peter Maydell
4
-0
/
+0
2015-06-18
vfio: fix build error on CentOS 5.7
Leon Alrae
1
-1
/
+1
2015-06-17
Update OpenBIOS images
Mark Cave-Ayland
4
-0
/
+0
2015-06-17
tap: add VNET_LE/VNET_BE operations
Greg Kurz
6
-0
/
+78
2015-06-17
vhost: set vring endianness for legacy virtio
Greg Kurz
1
-1
/
+49
2015-06-17
virtio: introduce virtio_legacy_is_cross_endian()
Greg Kurz
1
-0
/
+13
2015-06-17
linux-headers: sync vhost.h
Greg Kurz
1
-0
/
+14
2015-06-17
tests: virtio-scsi: Move start/stop to individual test functions
Fam Zheng
1
-6
/
+22
2015-06-17
libqos: Complete virtio device ID definition list
Fam Zheng
1
-2
/
+8
2015-06-17
libqos: Allow calling guest_free on NULL pointer
Fam Zheng
1
-0
/
+3
2015-06-17
tests: Link libqos virtio object to virtio-scsi-test
Fam Zheng
1
-1
/
+1
2015-06-17
i8254: fix out-of-bounds memory access in pit_ioport_read()
Petr Matousek
1
-0
/
+6
2015-06-17
qemu-ga: Building Windows MSI installation with configure/Makefile
Yossi Hindin
2
-1
/
+89
2015-06-17
qemu-ga: Introduce Windows MSI script
Yossi Hindin
1
-0
/
+145
2015-06-17
qemu-ga: debug printouts to help troubleshoot installation
Yossi Hindin
2
-1
/
+2
2015-06-17
qemu-ga: adding vss-[un]install options
Yossi Hindin
1
-1
/
+9
2015-06-17
qemu-log: Open file for logging when specified
Pranith Kumar
1
-8
/
+5
[prev]
[next]