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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs()
Bernhard Beschow
8
-15
/
+25
2023-01-13
hw/pci/pci_host: Trace config accesses on unexisting functions
Philippe Mathieu-Daudé
1
-0
/
+6
2023-01-13
mips: Remove support for trap and emulate KVM
Paolo Bonzini
1
-39
/
+7
2023-01-13
hw/isa/piix4: Correct IRQRC[A:D] reset values
Philippe Mathieu-Daudé
1
-4
/
+4
2023-01-13
hw/mips/malta: Set PIIX4 IRQ routes in embedded bootloader
Philippe Mathieu-Daudé
1
-0
/
+18
2023-01-13
hw/mips/malta: Introduce PIIX4_PCI_DEVFN definition
Philippe Mathieu-Daudé
1
-1
/
+3
2023-01-13
hw/mips/malta: Merge common BL code as bl_setup_gt64120_jump_kernel()
Philippe Mathieu-Daudé
1
-87
/
+44
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (5/5)
Philippe Mathieu-Daudé
1
-57
/
+11
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (4/5)
Philippe Mathieu-Daudé
1
-33
/
+7
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (3/5)
Philippe Mathieu-Daudé
1
-32
/
+8
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (2/5)
Philippe Mathieu-Daudé
1
-29
/
+6
2023-01-13
hw/mips/malta: Use bootloader generator API for nanoMIPS CPUs (1/5)
Philippe Mathieu-Daudé
1
-18
/
+14
2023-01-13
hw/mips/bootloader: Implement nanoMIPS JALRc opcode generator
Philippe Mathieu-Daudé
1
-1
/
+11
2023-01-13
hw/mips/bootloader: Implement nanoMIPS LI (LUI+ORI) opcode generator
Philippe Mathieu-Daudé
1
-2
/
+34
2023-01-13
hw/mips/bootloader: Implement nanoMIPS SW opcode generator
Philippe Mathieu-Daudé
1
-1
/
+19
2023-01-13
hw/mips/bootloader: Implement nanoMIPS NOP opcode generator
Philippe Mathieu-Daudé
1
-4
/
+20
2023-01-13
hw/mips/bootloader: Handle buffers as opaque arrays
Philippe Mathieu-Daudé
4
-33
/
+45
2023-01-13
hw/mips/gt64xxx_pci: Move it to hw/pci-host/
Philippe Mathieu-Daudé
7
-14
/
+14
2023-01-13
hw/mips/meson: Make gt64xxx_pci.c endian-agnostic
Philippe Mathieu-Daudé
2
-2
/
+2
2023-01-13
hw/mips/malta: Explicit GT64120 endianness upon device creation
Philippe Mathieu-Daudé
1
-1
/
+3
2023-01-13
hw/mips/gt64xxx_pci: Add a 'cpu-little-endian' qdev property
Philippe Mathieu-Daudé
1
-8
/
+14
2023-01-13
hw/mips/gt64xxx_pci: Manage endian bits with the RegisterFields API
Philippe Mathieu-Daudé
1
-15
/
+23
2023-01-13
hw/mips/gt64xxx_pci: Let the GT64120 manage the lower 512MiB hole
Philippe Mathieu-Daudé
3
-7
/
+9
2023-01-13
hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.c
Philippe Mathieu-Daudé
2
-1
/
+8
2023-01-13
hw/mips/gt64xxx_pci: Endian-swap using PCI_HOST_BRIDGE MemoryRegionOps
Philippe Mathieu-Daudé
1
-20
/
+50
2023-01-13
hw/mips/gt64xxx_pci: Accumulate address space changes
Philippe Mathieu-Daudé
1
-0
/
+8
2023-01-13
hw/mips/malta: Trace FPGA LEDs/ASCII display updates
Philippe Mathieu-Daudé
2
-0
/
+7
2023-01-13
hw/mips/malta: Split FPGA LEDs/ASCII display updates
Philippe Mathieu-Daudé
1
-5
/
+8
2023-01-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
4
-8
/
+16
2023-01-11
Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...
Peter Maydell
2
-89
/
+113
2023-01-11
hw/display: avoid creating empty loadable modules
Daniel P. Berrangé
1
-8
/
+12
2023-01-11
hw/xen: use G_GNUC_PRINTF/SCANF for various functions
Daniel P. Berrangé
2
-0
/
+2
2023-01-11
accel: introduce accelerator blocker API
Emanuele Giuseppe Esposito
1
-0
/
+2
2023-01-11
hw/nvme: cleanup error reporting in nvme_init_pci()
Klaus Jensen
1
-13
/
+12
2023-01-11
hw/nvme: clean up confusing use of errp/local_err
Klaus Jensen
1
-25
/
+23
2023-01-09
Merge tag 'pull-request-2023-01-09' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2
-7
/
+3
2023-01-09
error handling: Use RETRY_ON_EINTR() macro where applicable
Nikita Ivanov
1
-6
/
+2
2023-01-09
exec/memory: Expose memory_region_access_valid()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-01-09
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
106
-401
/
+869
2023-01-09
hw/nvme: fix missing cq eventidx update
Klaus Jensen
1
-0
/
+10
2023-01-09
hw/nvme: fix missing endian conversions for doorbell buffers
Klaus Jensen
1
-6
/
+13
2023-01-09
hw/nvme: rename shadow doorbell related trace events
Klaus Jensen
2
-8
/
+11
2023-01-09
hw/nvme: use QOM accessors
Klaus Jensen
1
-41
/
+48
2023-01-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
6
-22
/
+75
2023-01-08
vhost-scsi: fix memleak of vsc->inflight
Dongli Zhang
1
-0
/
+1
2023-01-08
acpi: cpuhp: fix guest-visible maximum access size to the legacy reg block
Laszlo Ersek
1
-0
/
+3
2023-01-08
hw/acpi/aml-build: Only generate cluster node in PPTT when specified
Yicong Yang
2
-1
/
+3
2023-01-08
virtio-pci: fix proxy->vector_irqfd leak in virtio_pci_set_guest_notifiers
leixiang
1
-0
/
+2
2023-01-08
vdpa: commit all host notifier MRs in a single MR transaction
Longpeng
1
-6
/
+19
2023-01-08
vhost: configure all host notifiers in a single MR transaction
Longpeng
1
-0
/
+24
[next]