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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
scsi-generic: Fix HM-zoned device scan
Dmitry Fomichev
1
-0
/
+1
2020-09-30
hw/char/serial: Make 'wakeup' property boolean
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-30
hw/char/serial: Remove TYPE_SERIAL_IO
Philippe Mathieu-Daudé
1
-9
/
+0
2020-09-30
numa: drop support for '-numa node' (without memory specified)
Igor Mammedov
2
-6
/
+0
2020-09-30
vhost-scsi: support inflight io track
Li Feng
1
-0
/
+2
2020-09-30
memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc
Eduardo Habkost
1
-9
/
+41
2020-09-29
qapi: Extract ACPI commands to 'acpi.json'
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-29
qapi: Restrict device memory commands to machine code
Philippe Mathieu-Daudé
2
-2
/
+2
2020-09-29
qapi: Restrict balloon-related commands to machine code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-29
qapi: Restrict LostTickPolicy enum to machine code
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-29
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200929-pull-request' ...
Peter Maydell
3
-1
/
+9
2020-09-29
virtio-gpu: set physical dimensions for EDID
Marc-André Lureau
1
-0
/
+1
2020-09-29
spice: get monitors physical dimension
Marc-André Lureau
1
-0
/
+3
2020-09-29
ui: add getter for UIInfo
Marc-André Lureau
1
-0
/
+1
2020-09-29
edid: use physical dimensions if available
Marc-André Lureau
1
-1
/
+4
2020-09-29
x86: acpi: introduce the PCI0.SMI0 ACPI device
Igor Mammedov
1
-0
/
+1
2020-09-29
x86: ich9: expose "smi_negotiated_features" as a QOM property
Igor Mammedov
1
-0
/
+2
2020-09-29
acpi: add aml_land() and aml_break() primitives
Igor Mammedov
1
-0
/
+2
2020-09-29
x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
Igor Mammedov
1
-0
/
+2
2020-09-29
virtio: skip legacy support check on machine types less than 5.1
Stefano Garzarella
1
-0
/
+2
2020-09-29
util/hexdump: introduce qemu_hexdump_line()
Laurent Vivier
1
-0
/
+8
2020-09-29
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
3
-3
/
+0
2020-09-29
vhost: recheck dev state in the vhost_migration_log routine
Dima Stepanov
1
-0
/
+10
2020-09-29
vhost-vdpa: batch updating IOTLB mappings
Jason Wang
1
-0
/
+1
2020-09-29
vhost: switch to use IOTLB v2 format
Jason Wang
2
-0
/
+3
2020-09-29
linux headers: sync to 5.9-rc4
Jason Wang
10
-36
/
+277
2020-09-28
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
1
-1
/
+1
2020-09-24
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
24
-259
/
+293
2020-09-24
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200923-pull-request...
Peter Maydell
1
-1
/
+0
2020-09-24
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
1
-5
/
+43
2020-09-23
timer: Fix timer_mod_anticipate() documentation
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
22
-259
/
+268
2020-09-23
virtio-blk: undo destructive iov_discard_*() operations
Stefan Hajnoczi
1
-0
/
+2
2020-09-23
util/iov: add iov_discard_undo()
Stefan Hajnoczi
1
-0
/
+23
2020-09-23
audio: remove qemu_spice_audio_init()
Gerd Hoffmann
1
-1
/
+0
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
1
-5
/
+43
2020-09-22
Merge remote-tracking branch 'remotes/kraxel/tags/input-20200921-pull-request...
Peter Maydell
2
-9
/
+7
2020-09-21
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
323
-1170
/
+488
2020-09-21
hw/input/tsc2xxx: Reduce MouseTransformInfo structure exposure
Philippe Mathieu-Daudé
2
-9
/
+7
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
242
-855
/
+292
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
51
-186
/
+51
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
46
-49
/
+47
2020-09-18
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
9
-16
/
+16
2020-09-18
qom: Allow objects to be allocated with increased alignment
Richard Henderson
1
-0
/
+5
2020-09-18
hw/i386/vmport: Drop superfluous parenthesis around function typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-18
qom: Correct error values in two contracts
Markus Armbruster
1
-2
/
+2
2020-09-18
qom: Clean up object_property_get_enum()'s error value
Markus Armbruster
1
-3
/
+3
2020-09-18
qom: Correct object_class_dynamic_cast_assert() documentation
Eduardo Habkost
1
-1
/
+1
2020-09-18
sifive: Use DECLARE_*CHECKER* macros
Eduardo Habkost
6
-11
/
+12
2020-09-18
sifive: Move QOM typedefs and add missing includes
Eduardo Habkost
6
-12
/
+24
[next]