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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-02
s390: guest support for diagnose 0x318
Collin Walling
1
-0
/
+8
2020-10-02
s390/sclp: add extended-length sccb support for kvm guest
Collin Walling
1
-0
/
+1
2020-10-02
s390/sclp: read sccb from mem based on provided length
Collin Walling
1
-1
/
+1
2020-10-01
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...
Peter Maydell
1
-4
/
+17
2020-10-01
ide: remove magic constants from the device register
John Snow
1
-0
/
+11
2020-10-01
ide: model HOB correctly
John Snow
1
-0
/
+1
2020-10-01
ide: rename cmd_write to ctrl_write
John Snow
1
-4
/
+5
2020-10-01
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...
Peter Maydell
2
-8
/
+45
2020-10-01
hw/arm/bcm2835: Add more unimplemented peripherals
Philippe Mathieu-Daudé
1
-0
/
+2
2020-10-01
hw/arm/raspi: Define various blocks base addresses
Philippe Mathieu-Daudé
1
-8
/
+43
2020-10-01
Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...
Peter Maydell
4
-5
/
+48
2020-09-30
net/can: Add can_dlc2len and can_len2dlc for CAN FD.
Jan Charvat
1
-0
/
+4
2020-09-30
net/can: Initial host SocketCan support for CAN FD.
Jan Charvat
1
-1
/
+7
2020-09-30
target/i386: always create kvmclock device
Vitaly Kuznetsov
2
-2
/
+5
2020-09-30
typedefs: Restrict PCMachineState to 'hw/i386/pc.h'
Philippe Mathieu-Daudé
2
-3
/
+2
2020-09-30
hw/xen: Split x86-specific declaration from generic hardware ones
Philippe Mathieu-Daudé
2
-2
/
+15
2020-09-30
sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t type
Philippe Mathieu-Daudé
1
-0
/
+2
2020-09-30
hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-30
docs: Move object.h overview doc comment to qom.rst
Paolo Bonzini
1
-377
/
+0
2020-09-30
qom: Add code block markup to all code blocks
Eduardo Habkost
1
-79
/
+56
2020-09-30
qom: Indent existing code examples
Eduardo Habkost
1
-188
/
+188
2020-09-30
qom: Reformat section titles using Sphinx syntax
Eduardo Habkost
1
-4
/
+8
2020-09-30
qom: Add kernel-doc markup to introduction doc comment
Eduardo Habkost
1
-3
/
+1
2020-09-30
qom: Use ``code`` Sphinx syntax where appropriate
Eduardo Habkost
1
-3
/
+3
2020-09-30
qom: Use kernel-doc private/public tags in structs
Eduardo Habkost
1
-3
/
+3
2020-09-30
qom: Document all function parameters in doc comments
Eduardo Habkost
1
-2
/
+45
2020-09-30
exec: Remove MemoryRegion::global_locking field
Philippe Mathieu-Daudé
1
-14
/
+0
2020-09-30
vl: relocate paths to data directories
Paolo Bonzini
2
-2
/
+1
2020-09-30
net: relocate paths to helpers and scripts
Paolo Bonzini
1
-2
/
+2
2020-09-30
cutils: introduce get_relocated_path
Paolo Bonzini
1
-0
/
+12
2020-09-30
oslib: do not call g_strdup from qemu_get_exec_dir
Paolo Bonzini
1
-6
/
+2
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-30
microvm: add pcie support
Gerd Hoffmann
1
-4
/
+14
2020-09-30
microvm: add irq table
Gerd Hoffmann
1
-0
/
+22
2020-09-30
acpi: add acpi_dsdt_add_gpex
Gerd Hoffmann
1
-0
/
+11
2020-09-30
move MemMapEntry
Gerd Hoffmann
2
-5
/
+5
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
[next]