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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2022-10-18
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
10
-21
/
+38
2022-10-18
Merge tag 'pull-ppc-20221017' of https://gitlab.com/danielhb/qemu into staging
Stefan Hajnoczi
26
-355
/
+446
2022-10-18
hyperv: fix SynIC SINT assertion failure on guest reset
Maciej S. Szmigiero
2
-6
/
+3
2022-10-18
hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devices
Peter Maydell
1
-1
/
+1
2022-10-18
scsi: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
7
-14
/
+14
2022-10-17
hw/riscv: set machine->fdt in spike_board_init()
Daniel Henrique Barboza
1
-0
/
+6
2022-10-17
hw/riscv: set machine->fdt in sifive_u_machine_init()
Daniel Henrique Barboza
1
-0
/
+3
2022-10-17
hw/ppc: set machine->fdt in spapr machine
Daniel Henrique Barboza
2
-0
/
+11
2022-10-17
hw/ppc: set machine->fdt in pnv_reset()
Daniel Henrique Barboza
1
-1
/
+7
2022-10-17
hw/ppc: set machine->fdt in pegasos2_machine_reset()
Daniel Henrique Barboza
1
-0
/
+4
2022-10-17
hw/ppc: set machine->fdt in xilinx_load_device_tree()
Daniel Henrique Barboza
1
-11
/
+14
2022-10-17
hw/ppc: set machine->fdt in sam460ex_load_device_tree()
Daniel Henrique Barboza
1
-10
/
+11
2022-10-17
hw/ppc: set machine->fdt in bamboo_load_device_tree()
Daniel Henrique Barboza
1
-11
/
+14
2022-10-17
hw/nios2: set machine->fdt in nios2_load_dtb()
Daniel Henrique Barboza
2
-2
/
+8
2022-10-17
hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()
Peter Maydell
1
-1
/
+1
2022-10-17
hw/ppc/e500: Remove if statement which is now always true
Bernhard Beschow
4
-19
/
+14
2022-10-17
hw/ppc/mpc8544ds: Add platform bus
Bernhard Beschow
1
-0
/
+6
2022-10-17
hw/ppc/mpc8544ds: Rename wrongly named method
Bernhard Beschow
1
-2
/
+2
2022-10-17
hw/ppc/e500: Reduce usage of sysbus API
Bernhard Beschow
1
-1
/
+1
2022-10-17
hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
Bernhard Beschow
3
-1
/
+5
2022-10-17
hw/ppc/meson: Allow e500 boards to be enabled separately
Bernhard Beschow
2
-4
/
+10
2022-10-17
ppc440_uc.c: Remove unneeded parenthesis
BALATON Zoltan
1
-10
/
+10
2022-10-17
ppc440_uc.c: Move some macros to ppc4xx.h
BALATON Zoltan
1
-4
/
+0
2022-10-17
ppc440_sdram: QOM'ify
BALATON Zoltan
3
-51
/
+81
2022-10-17
ppc440_sdram: Move RAM size check to ppc440_sdram_init
BALATON Zoltan
3
-25
/
+30
2022-10-17
ppc4xx_sdram: Rename functions to prevent name clashes
BALATON Zoltan
5
-59
/
+60
2022-10-17
ppc440_sdram: Rename local variable for readability
BALATON Zoltan
1
-18
/
+18
2022-10-17
ppc440_sdram: Get rid of the init RAM hack
BALATON Zoltan
3
-9
/
+13
2022-10-17
ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
BALATON Zoltan
1
-2
/
+32
2022-10-17
ppc440_sdram: Split off map/unmap of sdram banks for later reuse
BALATON Zoltan
1
-12
/
+21
2022-10-17
ppc4xx_sdram: Drop extra zeros for readability
BALATON Zoltan
1
-20
/
+20
2022-10-17
ppc4xx_sdram: QOM'ify
BALATON Zoltan
5
-65
/
+79
2022-10-17
ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
BALATON Zoltan
5
-38
/
+9
2022-10-17
ppc440_bamboo: Add missing 4 MiB valid memory size
BALATON Zoltan
1
-1
/
+1
2022-10-17
ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
BALATON Zoltan
7
-47
/
+32
2022-10-17
ppc4xx_sdram: Get rid of the init RAM hack
BALATON Zoltan
5
-12
/
+12
2022-10-17
ppc4xx: Introduce Ppc4xxSdramBank struct
BALATON Zoltan
2
-55
/
+53
2022-10-17
ppc440_bamboo: Remove unnecessary memsets
BALATON Zoltan
2
-10
/
+4
2022-10-17
hw/intc: Fix LoongArch ipi device emulation
Xiaojuan Yang
1
-1
/
+0
2022-10-14
hw/intc: sifive_plic: change interrupt priority register to WARL field
Jim Shu
1
-2
/
+19
2022-10-14
hw/intc: sifive_plic: fix hard-coded max priority level
Jim Shu
1
-2
/
+4
2022-10-14
hw/riscv: virt: Enable booting S-mode firmware from pflash
Sunil V L
2
-1
/
+46
2022-10-14
hw/riscv: virt: Move create_fw_cfg() prior to loading kernel
Sunil V L
1
-7
/
+7
2022-10-14
hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
Sunil V L
3
-82
/
+32
2022-10-14
hw/ssi: ibex_spi: fixup/add rw1c functionality
Wilfred Mallawa
1
-3
/
+33
2022-10-14
hw/ssi: ibex_spi: fixup coverity issue
Wilfred Mallawa
1
-64
/
+68
2022-10-14
hw/riscv: Update comment for qtest check in riscv_find_firmware()
Bin Meng
1
-2
/
+2
2022-10-13
virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
Venu Busireddy
2
-0
/
+20
2022-10-13
Merge tag 'kraxel-20221013-pull-request' of https://gitlab.com/kraxel/qemu in...
Stefan Hajnoczi
5
-9
/
+3
2022-10-13
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-1
/
+6
[next]