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
2023-07-15
linux-user: Use abi_uint not unsigned in syscall_defs.h
Richard Henderson
1
-2
/
+2
2023-07-15
linux-user: Use abi_short not short in syscall_defs.h
Richard Henderson
1
-3
/
+3
2023-07-15
linux-user: Use abi_ushort not unsigned short in syscall_defs.h
Richard Henderson
1
-45
/
+45
2023-07-15
linux-user: Use abi_int not int in syscall_defs.h
Richard Henderson
1
-108
/
+108
2023-07-15
linux-user: Use abi_llong not long long in syscall_defs.h
Richard Henderson
1
-6
/
+6
2023-07-15
linux-user: Use abi_ullong not unsigned long long in syscall_defs.h
Richard Henderson
1
-16
/
+16
2023-07-15
linux-user: Use abi_uint not unsigned int in syscall_defs.h
Richard Henderson
1
-145
/
+145
2023-07-15
linux-user: Use abi_llong not int64_t in syscall_defs.h
Richard Henderson
1
-15
/
+15
2023-07-15
linux-user: Use abi_ullong not uint64_t in syscall_defs.h
Richard Henderson
1
-36
/
+36
2023-07-15
linux-user: Use abi_int not int32_t in syscall_defs.h
Richard Henderson
1
-30
/
+30
2023-07-15
linux-user: Use abi_uint not uint32_t in syscall_defs.h
Richard Henderson
1
-54
/
+54
2023-07-15
linux-user: Remove #if 0 block in syscall_defs.h
Richard Henderson
1
-24
/
+0
2023-07-15
linux-user: Reformat syscall_defs.h
Richard Henderson
1
-996
/
+996
2023-07-14
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
8
-43
/
+51
2023-07-14
scsi: clear unit attention only for REPORT LUNS commands
Stefano Garzarella
1
-23
/
+11
2023-07-14
scsi: cleanup scsi_clear_unit_attention()
Stefano Garzarella
1
-22
/
+6
2023-07-14
scsi: fetch unit attention when creating the request
Stefano Garzarella
2
-3
/
+34
2023-07-14
kconfig: Add PCIe devices to s390x machines
Cédric Le Goater
5
-4
/
+9
2023-07-14
hw/ide/piix: properly initialize the BMIBA register
Olaf Hering
1
-1
/
+1
2023-07-12
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
1
-22
/
+31
2023-07-12
virtio-blk: fix host notifier issues during dataplane start/stop
Stefan Hajnoczi
1
-22
/
+31
2023-07-12
Merge tag 'mem-2023-07-12' of https://github.com/davidhildenbrand/qemu into s...
Richard Henderson
27
-308
/
+479
2023-07-12
virtio-mem-pci: Device unplug support
David Hildenbrand
1
-3
/
+46
2023-07-12
virtio-mem: Prepare for device unplug support
David Hildenbrand
2
-0
/
+26
2023-07-12
virtio-md-pci: Support unplug requests for compatible devices
David Hildenbrand
2
-2
/
+39
2023-07-12
virtio-md-pci: Handle unplug of virtio based memory devices
David Hildenbrand
1
-1
/
+22
2023-07-12
arm/virt: Use virtio-md-pci (un)plug functions
David Hildenbrand
1
-69
/
+12
2023-07-12
pc: Factor out (un)plug handling of virtio-md-pci devices
David Hildenbrand
6
-79
/
+106
2023-07-12
virtio-md-pci: New parent type for virtio-mem-pci and virtio-pmem-pci
David Hildenbrand
9
-16
/
+89
2023-07-12
virtio-mem: Support "x-ignore-shared" migration
David Hildenbrand
1
-9
/
+38
2023-07-12
migration/ram: Expose ramblock_is_ignored() as migrate_ram_is_ignored()
David Hildenbrand
4
-10
/
+10
2023-07-12
virtio-mem: Skip most of virtio_mem_unplug_all() without plugged memory
David Hildenbrand
1
-10
/
+10
2023-07-12
softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping
David Hildenbrand
1
-0
/
+18
2023-07-12
memory-device: Track used region size in DeviceMemoryState
David Hildenbrand
2
-19
/
+5
2023-07-12
memory-device: Refactor memory_device_pre_plug()
David Hildenbrand
1
-14
/
+14
2023-07-12
hw/i386/pc: Remove PC_MACHINE_DEVMEM_REGION_SIZE
David Hildenbrand
2
-20
/
+0
2023-07-12
hw/i386/acpi-build: Rely on machine->device_memory when building SRAT
David Hildenbrand
1
-6
/
+3
2023-07-12
hw/i386/pc: Use machine_memory_devices_init()
David Hildenbrand
1
-12
/
+5
2023-07-12
hw/loongarch/virt: Use machine_memory_devices_init()
David Hildenbrand
1
-9
/
+3
2023-07-12
hw/ppc/spapr: Use machine_memory_devices_init()
David Hildenbrand
2
-19
/
+20
2023-07-12
hw/arm/virt: Use machine_memory_devices_init()
David Hildenbrand
1
-8
/
+1
2023-07-12
memory-device: Introduce machine_memory_devices_init()
David Hildenbrand
2
-0
/
+15
2023-07-12
memory-device: Unify enabled vs. supported error messages
David Hildenbrand
1
-9
/
+4
2023-07-11
configure: Fix cross-building for RISCV host (v5)
Philippe Mathieu-Daudé
1
-0
/
+3
2023-07-11
configure: Fix cross-building for RISCV host
Philippe Mathieu-Daudé
1
-1
/
+5
2023-07-11
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
66
-268
/
+1662
2023-07-11
Merge tag 'mips-20230710' of https://github.com/philmd/qemu into staging
Richard Henderson
25
-158
/
+3997
2023-07-10
vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-07-10
vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...
Hawkins Jiawei
1
-0
/
+88
2023-07-10
vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ
Hawkins Jiawei
1
-0
/
+1
[next]