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-10-19
hw/audio/pcspk: Inline pcspk_init()
Philippe Mathieu-Daudé
4
-13
/
+11
2023-10-19
hw/intc/spapr_xive: Do not use SysBus API to map local MMIO region
Philippe Mathieu-Daudé
1
-6
/
+6
2023-10-19
hw/intc/spapr_xive: Move sysbus_init_mmio() calls around
Philippe Mathieu-Daudé
1
-3
/
+3
2023-10-19
hw/ppc/pnv: Do not use SysBus API to map local MMIO region
Philippe Mathieu-Daudé
1
-3
/
+2
2023-10-19
hw/ppc/pnv_xscom: Do not use SysBus API to map local MMIO region
Philippe Mathieu-Daudé
1
-3
/
+1
2023-10-19
hw/ppc/pnv_xscom: Move sysbus_mmio_map() call within pnv_xscom_init()
Philippe Mathieu-Daudé
3
-8
/
+6
2023-10-19
hw/ppc/pnv_xscom: Rename pnv_xscom_realize(Error **) -> pnv_xscom_init()
Philippe Mathieu-Daudé
3
-17
/
+5
2023-10-19
hw/ppc/spapr_vio: Realize SPAPR_VIO_BRIDGE device before accessing it
Philippe Mathieu-Daudé
1
-1
/
+2
2023-10-19
hw/intc/apic: Use ERRP_GUARD() in apic_common_realize()
Philippe Mathieu-Daudé
1
-0
/
+4
2023-10-19
hw/s390x: Clean up global variable shadowing in quiesce_powerdown_req()
Philippe Mathieu-Daudé
1
-4
/
+4
2023-10-19
hw/pci: Clean up global variable shadowing of address_space_io variable
Philippe Mathieu-Daudé
2
-22
/
+12
2023-10-19
hw/acpi/pcihp: Clean up global variable shadowing in acpi_pcihp_init()
Philippe Mathieu-Daudé
2
-4
/
+3
2023-10-19
hw/sparc64/ebus: Access memory regions via pci_address_space_io()
Philippe Mathieu-Daudé
1
-4
/
+4
2023-10-19
hw/pci-host/sh_pcic: Replace magic value by proper definition
Philippe Mathieu-Daudé
1
-2
/
+3
2023-10-19
hw/pci-host/sh_pcic: Correct PCI host / devfn#0 function names
Philippe Mathieu-Daudé
1
-8
/
+8
2023-10-19
hw/pci-host/sh_pcic: Declare CPU QOM types using DEFINE_TYPES() macro
Philippe Mathieu-Daudé
1
-23
/
+17
2023-10-19
hw/misc/mips_itu: Make MIPSITUState target agnostic
Philippe Mathieu-Daudé
2
-3
/
+3
2023-10-19
hw/misc/mips_itu: Declare itc_reconfigure() in 'hw/misc/mips_itu.h'
Philippe Mathieu-Daudé
3
-3
/
+3
2023-10-19
hw/mips: Merge 'hw/mips/cpudevs.h' with 'target/mips/cpu.h'
Philippe Mathieu-Daudé
11
-24
/
+3
2023-10-19
hw/mips/malta: Use sdram_type enum from 'hw/i2c/smbus_eeprom.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-19
hw/sd/sdhci: Block Size Register bits [14:12] is lost
Lu Gao
1
-4
/
+11
2023-10-19
memory: follow Error API guidelines
Marc-André Lureau
7
-16
/
+19
2023-10-19
memory: drop needless argument
Marc-André Lureau
1
-2
/
+2
2023-10-19
buildsys: Only display Objective-C information when Objective-C is used
Philippe Mathieu-Daudé
1
-2
/
+4
2023-10-19
cutils: Fix get_relocated_path on Windows
Akihiko Odaki
1
-7
/
+11
2023-10-19
MAINTAINERS: Add include/hw/openrisc/ to the OpenRISC section
Thomas Huth
1
-0
/
+1
2023-10-19
MAINTAINERS: Add include/hw/intc/loongson_liointc.h to the Loongson-3 virt se...
Thomas Huth
1
-0
/
+1
2023-10-19
MAINTAINERS: Add hw/input/lasips2.c to the HPPA machine section
Thomas Huth
1
-0
/
+2
2023-10-19
MAINTAINERS: Split vt82c686 out of fuloong2e
BALATON Zoltan
1
-3
/
+9
2023-10-19
mailmap: update email addresses for Luc Michel
Luc Michel
1
-0
/
+3
2023-10-19
Merge tag 'pull-lu-20231018' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
5
-183
/
+379
2023-10-19
Merge tag 'migration-20231018-pull-request' of https://gitlab.com/juan.quinte...
Stefan Hajnoczi
5
-83
/
+104
2023-10-18
linux-user: Remap guest SIGABRT
Richard Henderson
1
-7
/
+35
2023-10-18
linux-user: Detect and report host SIGILL, SIGFPE, SIGTRAP
Richard Henderson
1
-1
/
+43
2023-10-18
linux-user: Split out host_sig{segv,bus}_handler
Richard Henderson
1
-60
/
+85
2023-10-18
linux-user: Simplify signal_init
Richard Henderson
1
-20
/
+22
2023-10-18
linux-user: Map unsupported signals to an out-of-bounds value
Richard Henderson
1
-34
/
+38
2023-10-18
linux-user: Only register handlers for core_dump_signal by default
Richard Henderson
1
-29
/
+14
2023-10-18
linux-user: Detect and report host crashes
Helge Deller
1
-6
/
+63
2023-10-18
linux-user: Exit not abort in die_with_backtrace
Richard Henderson
1
-1
/
+1
2023-10-18
linux-user: Split out die_with_signal
Richard Henderson
1
-24
/
+28
2023-10-18
linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap
Richard Henderson
1
-13
/
+17
2023-10-18
linux-user/elfload: Enable LSX/LASX in HWCAP for LoongArch
Jiajie Chen
1
-0
/
+8
2023-10-18
linux-user/sh4: Fix crashes on signal delivery
Mikulas Patocka
1
-0
/
+8
2023-10-18
linux-user/mips: fix abort on integer overflow
Mikulas Patocka
1
-1
/
+3
2023-10-18
linux-user: Fixes for zero_bss
Richard Henderson
1
-13
/
+40
2023-10-18
Merge tag 'pull-vfio-20231018' of https://github.com/legoater/qemu into staging
Stefan Hajnoczi
20
-1973
/
+2573
2023-10-18
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
38
-274
/
+282
2023-10-18
migration: save_zero_page() can take block through pss
Juan Quintela
1
-7
/
+6
2023-10-18
migration: control_save_page() can take block through pss
Juan Quintela
1
-3
/
+3
[next]