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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-03
hw/loongarch/virt: add system_powerdown hmp command support
Song Gao
1
-0
/
+1
2023-03-03
hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASE
Bibo Mao
1
-8
/
+9
2023-03-01
tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
Richard Henderson
2
-30
/
+0
2023-03-01
exec/gen-icount: Don't use tcg_temp_local_new_i32
Richard Henderson
1
-7
/
+1
2023-03-01
tcg: Change default temp lifetime to TEMP_TB
Richard Henderson
1
-4
/
+4
2023-03-01
tcg: Don't re-use TEMP_TB temporaries
Richard Henderson
1
-1
/
+1
2023-03-01
tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
Richard Henderson
1
-0
/
+28
2023-03-01
tcg: Add tcg_gen_movi_ptr
Richard Henderson
1
-0
/
+5
2023-03-01
tcg: Use tcg_constant_i32 in tcg_gen_io_start
Richard Henderson
1
-3
/
+1
2023-03-01
tcg: Pass TCGTempKind to tcg_temp_new_internal
Richard Henderson
1
-9
/
+9
2023-03-01
tcg: Remove TEMP_NORMAL
Richard Henderson
1
-2
/
+0
2023-03-01
tcg: Rename TEMP_LOCAL to TEMP_TB
Richard Henderson
1
-4
/
+8
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
1
-2
/
+2
2023-03-01
include/exec: Remove `tb_pc()`
Anton Johansson
1
-7
/
+0
2023-03-01
include/exec: Remove `TARGET_TB_PCREL` define
Anton Johansson
1
-3
/
+0
2023-03-01
include/exec: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
1
-16
/
+11
2023-03-01
include/exec: Introduce `CF_PCREL`
Anton Johansson
1
-0
/
+1
2023-02-28
accel/tcg: Add 'size' param to probe_access_full
Richard Henderson
1
-1
/
+1
2023-02-28
accel/tcg: Add 'size' param to probe_access_flags()
Daniel Henrique Barboza
1
-1
/
+2
2023-02-28
exec/helper-head: Include missing "fpu/softfloat-types.h" header
Philippe Mathieu-Daudé
1
-0
/
+2
2023-02-27
hw/ide/pci: Add PCIIDEState::isa_irq[]
Bernhard Beschow
1
-0
/
+1
2023-02-27
hw/ide/pci: Unexport bmdma_active_if()
Bernhard Beschow
1
-6
/
+0
2023-02-27
hw/ide: Declare ide_get_[geometry/bios_chs_trans] in 'hw/ide/internal.h'
Philippe Mathieu-Daudé
2
-4
/
+4
2023-02-27
hw/ide: Rename idebus_active_if() -> ide_bus_active_if()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()
Philippe Mathieu-Daudé
1
-2
/
+2
2023-02-27
hw/ide: Rename ide_exec_cmd() -> ide_bus_exec_cmd()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Rename ide_set_irq() -> ide_bus_set_irq()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Un-inline ide_set_irq()
Philippe Mathieu-Daudé
1
-8
/
+1
2023-02-27
hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/ide: Remove unused 'qapi/qapi-types-run-state.h'
Philippe Mathieu-Daudé
1
-1
/
+0
2023-02-27
hw/ide/atapi: Restrict 'scsi/constants.h' inclusion
Philippe Mathieu-Daudé
1
-1
/
+0
2023-02-27
hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h'
Philippe Mathieu-Daudé
2
-5
/
+20
2023-02-27
hw/ide/mmio: Extract TYPE_MMIO_IDE declarations to 'hw/ide/mmio.h'
Philippe Mathieu-Daudé
2
-3
/
+26
2023-02-27
hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data
Philippe Mathieu-Daudé
1
-2
/
+2
2023-02-27
hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument
Philippe Mathieu-Daudé
1
-4
/
+4
2023-02-27
hw/rtc/mc146818rtc: Rename RTCState -> MC146818RtcState
Philippe Mathieu-Daudé
1
-3
/
+3
2023-02-27
hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available
Philippe Mathieu-Daudé
1
-1
/
+2
2023-02-27
hw/isa: Factor isa_bus_get_irq() out of isa_get_irq()
Philippe Mathieu-Daudé
1
-0
/
+8
2023-02-27
hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()
Philippe Mathieu-Daudé
1
-2
/
+2
2023-02-27
hw/isa: Un-inline isa_bus_from_device()
Philippe Mathieu-Daudé
1
-5
/
+1
2023-02-27
hw/isa: Reorder to separate ISABus* vs ISADevice* functions
Philippe Mathieu-Daudé
1
-4
/
+5
2023-02-27
hw/isa: Remove empty ISADeviceClass structure
Philippe Mathieu-Daudé
4
-8
/
+4
2023-02-27
hw/intc/i8259: Document i8259_init()
Philippe Mathieu-Daudé
1
-1
/
+9
2023-02-27
hw: Move ich9.h to southbridge/
Bernhard Beschow
1
-3
/
+3
2023-02-27
hw/i386/ich9: Clean up includes
Bernhard Beschow
1
-3
/
+5
2023-02-27
hw: Move ioapic*.h to intc/
Bernhard Beschow
3
-122
/
+4
2023-02-27
hw/i386/ich9: Remove redundant GSI_NUM_PINS
Bernhard Beschow
2
-2
/
+1
[next]