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
2018-10-24
memory-device: improve "range conflicts" error message
David Hildenbrand
1
-1
/
+2
2018-10-24
memory-device: fix error message when hinted address is too small
David Hildenbrand
1
-1
/
+2
2018-10-24
memory-device: fix alignment error message
David Hildenbrand
1
-1
/
+1
2018-10-24
machine: fix a typo
Li Qiang
1
-1
/
+1
2018-10-24
hw/mips/malta: Remove unuseful code
Philippe Mathieu-Daudé
1
-13
/
+0
2018-10-24
hw/hppa/dino: Remove unuseful code
Philippe Mathieu-Daudé
1
-7
/
+0
2018-10-24
hw/alpha/typhoon: Remove unuseful code
Philippe Mathieu-Daudé
1
-13
/
+0
2018-10-24
hw/sparc64/niagara: Model the I/O Bridge with the 'unimplemented_device'
Philippe Mathieu-Daudé
2
-3
/
+2
2018-10-24
hw/mips/gt64xxx_pci: Mark as bridge device
Philippe Mathieu-Daudé
1
-0
/
+1
2018-10-24
hw/mips/gt64xxx_pci: Convert gt64120_reset() function into Device reset method
Philippe Mathieu-Daudé
1
-14
/
+3
2018-10-24
hw/pci-host/bonito: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-6
/
+3
2018-10-24
hw/sh4/sh_pci: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-11
/
+9
2018-10-24
hw/ssi/xilinx_spi: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-6
/
+3
2018-10-24
hw/timer/sun4v-rtc: Use DeviceState::realize rather than SysBusDevice::init
Philippe Mathieu-Daudé
1
-5
/
+5
2018-10-24
hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace events
Philippe Mathieu-Daudé
2
-10
/
+7
2018-10-24
trace-events: Fix copy/paste typo
Philippe Mathieu-Daudé
1
-1
/
+1
2018-10-24
vl:c: make sure that sockets are calculated correctly in '-smp X' case
Igor Mammedov
1
-1
/
+4
2018-10-24
vl.c deprecate incorrect CPUs topology
Igor Mammedov
3
-9
/
+28
2018-10-24
hostmem-file: fixed the memory leak while get pmem path.
Zhang Yi
1
-2
/
+8
2018-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into...
Peter Maydell
68
-386
/
+414
2018-10-23
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...
Peter Maydell
8
-14
/
+69
2018-10-23
Merge remote-tracking branch 'remotes/berrange/tags/qcrypto-next-pull-request...
Peter Maydell
9
-185
/
+51
2018-10-23
osdep: Work around MinGW assert
Richard Henderson
1
-0
/
+12
2018-10-21
slirp: Implement RFC2132 TFTP server name
Fam Zheng
8
-4
/
+38
2018-10-21
slirp: Add sanity check for str option length
Fam Zheng
2
-10
/
+31
2018-10-21
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-3.1-pull-re...
Peter Maydell
5
-1
/
+333
2018-10-19
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
58
-688
/
+1876
2018-10-19
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181018' into staging
Peter Maydell
32
-510
/
+837
2018-10-19
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
30
-152
/
+958
2018-10-19
error: Drop bogus "use error_setg() instead" admonitions
Markus Armbruster
1
-5
/
+0
2018-10-19
crypto: require nettle >= 2.7.1 for building QEMU
Daniel P. Berrangé
4
-22
/
+6
2018-10-19
vpc: Fail open on bad header checksum
Markus Armbruster
1
-3
/
+5
2018-10-19
block: Clean up bdrv_img_create()'s error reporting
Markus Armbruster
2
-11
/
+4
2018-10-19
vl: Simplify call of parse_name()
Markus Armbruster
1
-4
/
+2
2018-10-19
vl: Fix exit status for -drive format=help
Markus Armbruster
1
-1
/
+1
2018-10-19
blockdev: Convert drive_new() to Error
Markus Armbruster
4
-19
/
+24
2018-10-19
vl: Assert drive_new() does not fail in default_drive()
Markus Armbruster
1
-3
/
+1
2018-10-19
fsdev: Clean up error reporting in qemu_fsdev_add()
Markus Armbruster
5
-15
/
+16
2018-10-19
spice: Clean up error reporting in add_channel()
Markus Armbruster
1
-6
/
+7
2018-10-19
tpm: Clean up error reporting in tpm_init_tpmdev()
Markus Armbruster
4
-19
/
+12
2018-10-19
numa: Clean up error reporting in parse_numa()
Markus Armbruster
2
-6
/
+3
2018-10-19
vnc: Clean up error reporting in vnc_init_func()
Markus Armbruster
2
-5
/
+5
2018-10-19
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
Fei Li
6
-18
/
+24
2018-10-19
ui/keymaps: Fix handling of erroneous include files
Markus Armbruster
1
-12
/
+23
2018-10-19
vl: Clean up error reporting in device_init_func()
Markus Armbruster
1
-7
/
+3
2018-10-19
vl: Clean up error reporting in parse_fw_cfg()
Markus Armbruster
1
-9
/
+8
2018-10-19
vl: Clean up error reporting in mon_init_func()
Markus Armbruster
1
-8
/
+6
2018-10-19
vl: Clean up error reporting in machine_set_property()
Markus Armbruster
1
-6
/
+3
2018-10-19
vl: Clean up error reporting in chardev_init_func()
Markus Armbruster
1
-5
/
+3
2018-10-19
qom: Clean up error reporting in user_creatable_add_opts_foreach()
Markus Armbruster
4
-23
/
+13
[next]