index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
hw
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfio/migration: Add Error** argument to .vfio_save_config() handler
Cédric Le Goater
2024-05-16
1
-1
/
+24
*
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
2024-05-16
1
-2
/
+16
*
ui/console: Use qemu_dmabuf_new() and free() helpers instead
Dongwon Kim
2024-05-14
2
-3
/
+3
*
hw/i386: move rtc-reset-reinjection command out of hw/rtc
Paolo Bonzini
2024-05-10
1
-1
/
+1
*
hw/i386: split x86.c in multiple parts
Paolo Bonzini
2024-05-10
1
-3
/
+3
*
i386: pc: remove unnecessary MachineClass overrides
Paolo Bonzini
2024-05-10
1
-4
/
+0
*
xen: register legacy backends via xen_backend_init
Paolo Bonzini
2024-05-10
2
-13
/
+2
*
s390: move css_migration_enabled from machine to css.c
Paolo Bonzini
2024-05-10
2
-7
/
+6
*
s390_flic: add migration-enabled property
Paolo Bonzini
2024-05-10
1
-0
/
+1
*
s390x/event-facility: Simplify sclp_get_event_facility_bus()
Cédric Le Goater
2024-05-10
1
-1
/
+1
*
s390x: Introduce a SCLPDevice pointer under the machine
Cédric Le Goater
2024-05-10
2
-2
/
+3
*
hw/intc/loongarch_ipi: Rename as loongson_ipi
Jiaxun Yang
2024-05-09
2
-7
/
+7
*
hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineState
Bibo Mao
2024-05-09
1
-4
/
+3
*
hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINE
Bibo Mao
2024-05-09
1
-2
/
+2
*
hw/loongarch: move memory map to boot.c
Paolo Bonzini
2024-05-09
2
-10
/
+10
*
hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()
Bernhard Beschow
2024-05-09
1
-0
/
+2
*
hw/i386/x86: Don't leak "pc.bios" memory region
Bernhard Beschow
2024-05-09
1
-0
/
+6
*
hw/i386/x86: Don't leak "isa-bios" memory regions
Bernhard Beschow
2024-05-09
1
-0
/
+7
*
hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineState
Bernhard Beschow
2024-05-08
1
-1
/
+1
*
Merge tag 'accel-20240506' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-05-06
1
-27
/
+11
|
\
|
*
accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
Philippe Mathieu-Daudé
2024-05-06
1
-6
/
+7
|
*
accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
Philippe Mathieu-Daudé
2024-05-06
1
-17
/
+0
|
*
accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
Philippe Mathieu-Daudé
2024-05-06
1
-4
/
+4
*
|
kvm: move target-dependent interrupt routing out of kvm-all.c
Paolo Bonzini
2024-05-03
1
-2
/
+2
*
|
pci: remove some types from typedefs.h
Paolo Bonzini
2024-05-03
3
-23
/
+26
*
|
tcg: remove CPU* types from typedefs.h
Paolo Bonzini
2024-05-03
1
-2
/
+8
*
|
qapi/machine: remove types from typedefs.h
Paolo Bonzini
2024-05-03
1
-0
/
+1
*
|
intc: remove PICCommonState from typedefs.h
Paolo Bonzini
2024-05-03
1
-0
/
+2
*
|
qdev-core: remove DeviceListener from typedefs.h
Paolo Bonzini
2024-05-03
1
-0
/
+1
*
|
fw_cfg: remove useless declarations from typedefs.h
Paolo Bonzini
2024-05-03
1
-0
/
+2
|
/
*
Merge tag 'pull-target-arm-20240430' of https://git.linaro.org/people/pmaydel...
Richard Henderson
2024-04-30
2
-2
/
+60
|
\
|
*
hw/display : Add device DM163
Inès Varhol
2024-04-30
1
-0
/
+59
|
*
hw/watchdog/sbsa_gwdt: Make watchdog timer frequency a QOM property
Peter Maydell
2024-04-30
1
-2
/
+1
*
|
hw/loongarch: fdt adds pch_msi Controller
Song Gao
2024-04-29
1
-0
/
+1
*
|
hw/loongarch: fdt adds pch_pic Controller
Song Gao
2024-04-29
1
-0
/
+1
*
|
hw/loongarch: fdt adds Extend I/O Interrupt Controller
Song Gao
2024-04-29
1
-0
/
+1
*
|
hw/loongarch: Init efi_fdt table
Song Gao
2024-04-29
2
-0
/
+6
*
|
hw/loongarch: Init efi_initrd table
Song Gao
2024-04-29
1
-0
/
+9
*
|
hw/loongarch: Init efi_boot_memmap table
Song Gao
2024-04-29
2
-0
/
+37
*
|
hw/loongarch: Init efi_system_table
Song Gao
2024-04-29
1
-0
/
+48
*
|
hw/loongarch: Add init_cmdline
Song Gao
2024-04-29
1
-0
/
+2
*
|
hw/loongarch: Move boot functions to boot.c
Song Gao
2024-04-29
2
-0
/
+23
|
/
*
hw/core: Avoid including the full 'hw/core/cpu.h' in 'tcg-cpu-ops.h'
Philippe Mathieu-Daudé
2024-04-26
1
-1
/
+5
*
exec: Declare CPUBreakpoint/CPUWatchpoint type in 'breakpoint.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-15
/
+1
*
exec: Declare MMUAccessType type in 'mmu-access-type.h' header
Philippe Mathieu-Daudé
2024-04-26
1
-7
/
+1
*
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
2024-04-26
1
-11
/
+0
*
accel/hvf: Use accel-specific per-vcpu @dirty field
Philippe Mathieu-Daudé
2024-04-26
1
-2
/
+1
*
exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET
Philippe Mathieu-Daudé
2024-04-26
1
-2
/
+2
*
Merge tag 'hw-misc-20240425' of https://github.com/philmd/qemu into staging
Richard Henderson
2024-04-25
4
-4
/
+5
|
\
|
*
hw/core/machine: Introduce the module as a CPU topology level
Zhao Liu
2024-04-25
1
-0
/
+4
[next]