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
2020-09-29
x86: acpi: introduce AcpiPmInfo::smi_on_cpuhp
Igor Mammedov
1
-0
/
+6
2020-09-29
x86: ich9: expose "smi_negotiated_features" as a QOM property
Igor Mammedov
2
-0
/
+5
2020-09-29
tests: acpi: mark to be changed tables in bios-tables-test-allowed-diff
Igor Mammedov
1
-0
/
+19
2020-09-29
acpi: add aml_land() and aml_break() primitives
Igor Mammedov
2
-0
/
+18
2020-09-29
x86: cpuhp: refuse cpu hot-unplug request earlier if not supported
Igor Mammedov
1
-0
/
+12
2020-09-29
x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use
Igor Mammedov
2
-1
/
+22
2020-09-29
x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
Igor Mammedov
3
-1
/
+18
2020-09-29
virtio: update MemoryRegionCaches when guest set bad features
Li Qiang
1
-9
/
+8
2020-09-29
vhost-vsock-ccw: force virtio version 1
Stefano Garzarella
1
-0
/
+12
2020-09-29
vhost-user-vsock-pci: force virtio version 1
Stefano Garzarella
1
-1
/
+3
2020-09-29
vhost-vsock-pci: force virtio version 1
Stefano Garzarella
1
-1
/
+9
2020-09-29
virtio: skip legacy support check on machine types less than 5.1
Stefano Garzarella
5
-5
/
+34
2020-09-29
configure: Fix build dependencies with vhost-vdpa.
Laurent Vivier
3
-1
/
+7
2020-09-29
vhost-vdpa: add trace-events
Laurent Vivier
2
-5
/
+118
2020-09-29
util/hexdump: introduce qemu_hexdump_line()
Laurent Vivier
2
-20
/
+42
2020-09-29
virtio-pmem-pci: force virtio version 1
Pankaj Gupta
1
-0
/
+1
2020-09-29
virtio-iommu-pci: force virtio version 1
Eric Auger
1
-1
/
+1
2020-09-29
virtio-iommu: Check gtrees are non null before destroying them
Eric Auger
1
-2
/
+6
2020-09-29
cphp: remove deprecated cpu-add command(s)
Igor Mammedov
13
-211
/
+21
2020-09-29
tests/qtest/vhost-user-test: prepare the tests for adding new dev class
Dima Stepanov
1
-29
/
+76
2020-09-29
vhost: check queue state in the vhost_dev_set_log routine
Dima Stepanov
1
-0
/
+12
2020-09-29
vhost: recheck dev state in the vhost_migration_log routine
Dima Stepanov
3
-6
/
+50
2020-09-29
pc: fix auto_enable_numa_with_memhp/auto_enable_numa_with_memdev for the 5.0 ...
David Hildenbrand
1
-1
/
+1
2020-09-29
virtio-mem: detach the element from the virtqueue when error occurs
Li Qiang
1
-0
/
+3
2020-09-29
vhost-vdpa: batch updating IOTLB mappings
Jason Wang
2
-0
/
+67
2020-09-29
vhost: switch to use IOTLB v2 format
Jason Wang
4
-16
/
+83
2020-09-29
linux headers: sync to 5.9-rc4
Jason Wang
26
-41
/
+308
2020-09-28
Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200928-pull-request' ...
Peter Maydell
10
-258
/
+563
2020-09-28
Merge remote-tracking branch 'remotes/alistair/tags/pull-register-20200927' i...
Peter Maydell
17
-75
/
+54
2020-09-28
Revert "migration: Properly destroy variables on incoming side"
Dr. David Alan Gilbert
1
-5
/
+2
2020-09-28
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
6
-33
/
+26
2020-09-28
hw/usb: Use lock guard macros
Amey Narkhede
1
-27
/
+27
2020-09-28
usb: hcd-xhci-sysbus: Attach xhci to sysbus device
Sai Pavan Boddu
5
-0
/
+148
2020-09-28
usb/hcd-xhci: Split pci wrapper for xhci base model
Sai Pavan Boddu
5
-193
/
+303
2020-09-28
usb/hcd-xhci: Move qemu-xhci device to hcd-xhci-pci.c
Sai Pavan Boddu
5
-31
/
+79
2020-09-28
usb/hcd-xhci: Make dma read/writes hooks pci free
Sai Pavan Boddu
2
-13
/
+12
2020-09-25
core/register: Specify instance_size in the TypeInfo
Alistair Francis
1
-18
/
+13
2020-09-25
load_elf: Remove unused address variables from callers
BALATON Zoltan
16
-57
/
+41
2020-09-25
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200925a'...
Peter Maydell
22
-106
/
+797
2020-09-25
virtiofsd: Add -o allow_direct_io|no_allow_direct_io options
Jiachen Zhang
2
-6
/
+18
2020-09-25
virtiofsd: Used glib "shared" thread pool
Vivek Goyal
2
-1
/
+3
2020-09-25
virtiofsd: document cache=auto default
Harry G. Coin
1
-0
/
+1
2020-09-25
monitor: Use LOCK_GUARD macros
Dr. David Alan Gilbert
1
-30
/
+14
2020-09-25
migration/tls: add trace points for multifd-tls
Chuan Zheng
2
-1
/
+13
2020-09-25
migration/tls: add support for multifd tls-handshake
Chuan Zheng
1
-2
/
+75
2020-09-25
migration/tls: extract cleanup function for common-use
Chuan Zheng
1
-12
/
+22
2020-09-25
migration/tls: add tls_hostname into MultiFDSendParams
Chuan Zheng
2
-0
/
+7
2020-09-25
migration/tls: extract migration_tls_client_create for common-use
Chuan Zheng
2
-8
/
+24
2020-09-25
migration/tls: save hostname into MigrationState
Chuan Zheng
4
-0
/
+9
2020-09-25
migration: increase max-bandwidth to 128 MiB/s (1 Gib/s)
Laurent Vivier
1
-1
/
+1
[prev]
[next]