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
2018-12-12
Remove QEMU_ARTIFICIAL macro
Thomas Huth
3
-8
/
+0
2018-12-12
includes: Replace QEMU_GNUC_PREREQ with "__has_builtin || !defined(__clang__)"
Thomas Huth
2
-3
/
+3
2018-12-12
audio/alsaaudio: Remove compiler check around pragma
Thomas Huth
1
-2
/
+0
2018-12-12
tcg/tcg.h: Remove GCC check for tcg_debug_assert() macro
Thomas Huth
1
-3
/
+1
2018-12-12
configure: Remove old -fno-gcse workaround for GCC 4.6.x and 4.7.[012]
Thomas Huth
2
-19
/
+1
2018-12-12
configure: Remove obsolete check for Clang < 3.2
Thomas Huth
1
-5
/
+0
2018-12-12
configure: Add a test for the minimum compiler version
Thomas Huth
1
-0
/
+25
2018-12-11
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
44
-358
/
+344
2018-12-11
qom: remove unimplemented class_finalize
Marc-André Lureau
3
-18
/
+2
2018-12-11
qdev: move qdev_prop_register_global_list() to tests
Marc-André Lureau
3
-14
/
+14
2018-12-11
accel: register global_props like machine globals
Marc-André Lureau
3
-51
/
+8
2018-12-11
qom: make user_creatable_complete() specific to UserCreatable
Marc-André Lureau
5
-19
/
+15
2018-12-11
qom: make interface types abstract
Marc-André Lureau
15
-53
/
+14
2018-12-11
tests: qdev_prop_check_globals() doesn't return "all_used"
Marc-André Lureau
1
-6
/
+6
2018-12-11
pc: Use default_machine_opts to set suppress_vmdesc
Eduardo Habkost
1
-1
/
+1
2018-12-11
spapr: Delete instance_options functions
Eduardo Habkost
1
-85
/
+0
2018-12-11
spapr: Use default_machine_opts to set suppress_vmdesc
Eduardo Habkost
1
-1
/
+1
2018-12-11
spapr: Use default_machine_opts to set use_hotplug_event_source
Eduardo Habkost
1
-3
/
+1
2018-12-11
virt: Eliminate separate instance_init functions
Eduardo Habkost
1
-66
/
+21
2018-12-11
q35/440fx/arm/spapr: Add QEMU 4.0 machine type
Alex Williamson
6
-10
/
+68
2018-12-11
hostmem: Validate host-nodes before setting bitmap
Eduardo Habkost
1
-4
/
+13
2018-12-11
numa: Match struct to typedef name
Eric Blake
2
-2
/
+2
2018-12-11
i386: Rename bools in PCMachineState to end in _enabled
Corey Minyard
4
-16
/
+17
2018-12-11
move ObjectClass to typedefs.h
Gerd Hoffmann
2
-1
/
+1
2018-12-11
memory-device: avoid overflows on very huge devices
David Hildenbrand
1
-1
/
+2
2018-12-11
memory-device: use QEMU_IS_ALIGNED
David Hildenbrand
1
-3
/
+3
2018-12-11
range: pass const pointer where possible
David Hildenbrand
1
-3
/
+3
2018-12-11
Deprecate HMP `cpu-add`
Kashyap Chamarthy
2
-2
/
+6
2018-12-11
Deprecate QMP `cpu-add`
Kashyap Chamarthy
2
-1
/
+12
2018-12-11
docs: Document vCPU hotplug procedure
Kashyap Chamarthy
1
-0
/
+142
2018-12-11
hw/timer/sun4v-rtc: Fix tracing at sun4v_rtc_write()
Eduardo Habkost
1
-1
/
+1
2018-12-11
hostmem-file: remove object id from pmem error message
Zhang Yi
1
-10
/
+4
2018-12-11
Open 4.0 development tree
Peter Maydell
1
-1
/
+1
2018-12-11
Update version for v3.1.0 release
v3.1.0
Peter Maydell
1
-1
/
+1
2018-12-06
Update version for v3.1.0-rc5 release
v3.1.0-rc5
Peter Maydell
1
-1
/
+1
2018-12-06
i2c: pm_smbus: check smb_index before block transfer write
Prasad J Pandit
1
-0
/
+3
2018-12-04
Update version for v3.1.0-rc4 release
v3.1.0-rc4
Peter Maydell
1
-1
/
+1
2018-12-04
virtio-net-test: add large tx buffer test
Jason Wang
1
-0
/
+46
2018-12-04
virtio-net-test: remove unused macro
Jason Wang
1
-1
/
+0
2018-12-04
virtio-net-test: accept variable length argument in pci_test_start()
Jason Wang
1
-6
/
+11
2018-12-04
net: hub: suppress warnings of no host network for qtest
Jason Wang
1
-1
/
+2
2018-12-04
net: drop too large packet early
Jason Wang
2
-17
/
+17
2018-12-03
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-31-20181203-pull-requ...
Peter Maydell
1
-6
/
+18
2018-12-03
usb-mtp: outlaw slashes in filenames
Gerd Hoffmann
1
-0
/
+6
2018-12-03
usb-mtp: fix utf16_to_str
Gerd Hoffmann
1
-6
/
+12
2018-12-03
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-12-03' into st...
Peter Maydell
2
-1
/
+21
2018-12-03
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-8
/
+85
2018-12-03
iotests: simple mirror test with kvm on 1G image
Vladimir Sementsov-Ogievskiy
3
-0
/
+80
2018-12-03
mirror: fix dead-lock
Vladimir Sementsov-Ogievskiy
1
-8
/
+5
2018-12-03
i386: hvf: Fix overrun of _decode_tbl1
Roman Bolshakov
1
-3
/
+3
[next]