index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...
Stefan Hajnoczi
2022-10-24
2
-84
/
+112
|
\
|
*
9pfs: use GHashTable for fid table
Linus Heckemann
2022-10-24
2
-84
/
+112
*
|
m68k: write bootinfo as rom section and re-randomize on reboot
Jason A. Donenfeld
2022-10-24
3
-59
/
+111
*
|
m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED
Jason A. Donenfeld
2022-10-21
2
-4
/
+11
|
/
*
hw/ide/microdrive: Use device_cold_reset() for self-resets
Peter Maydell
2022-10-20
1
-4
/
+4
*
hw/char/pl011: fix baud rate calculation
Baruch Siach
2022-10-20
1
-1
/
+1
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-18
10
-21
/
+38
|
\
|
*
hyperv: fix SynIC SINT assertion failure on guest reset
Maciej S. Szmigiero
2022-10-18
2
-6
/
+3
|
*
hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devices
Peter Maydell
2022-10-18
1
-1
/
+1
|
*
scsi: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-10-18
7
-14
/
+14
|
*
virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
Venu Busireddy
2022-10-13
2
-0
/
+20
*
|
Merge tag 'pull-ppc-20221017' of https://gitlab.com/danielhb/qemu into staging
Stefan Hajnoczi
2022-10-18
26
-355
/
+446
|
\
\
|
*
|
hw/riscv: set machine->fdt in spike_board_init()
Daniel Henrique Barboza
2022-10-17
1
-0
/
+6
|
*
|
hw/riscv: set machine->fdt in sifive_u_machine_init()
Daniel Henrique Barboza
2022-10-17
1
-0
/
+3
|
*
|
hw/ppc: set machine->fdt in spapr machine
Daniel Henrique Barboza
2022-10-17
2
-0
/
+11
|
*
|
hw/ppc: set machine->fdt in pnv_reset()
Daniel Henrique Barboza
2022-10-17
1
-1
/
+7
|
*
|
hw/ppc: set machine->fdt in pegasos2_machine_reset()
Daniel Henrique Barboza
2022-10-17
1
-0
/
+4
|
*
|
hw/ppc: set machine->fdt in xilinx_load_device_tree()
Daniel Henrique Barboza
2022-10-17
1
-11
/
+14
|
*
|
hw/ppc: set machine->fdt in sam460ex_load_device_tree()
Daniel Henrique Barboza
2022-10-17
1
-10
/
+11
|
*
|
hw/ppc: set machine->fdt in bamboo_load_device_tree()
Daniel Henrique Barboza
2022-10-17
1
-11
/
+14
|
*
|
hw/nios2: set machine->fdt in nios2_load_dtb()
Daniel Henrique Barboza
2022-10-17
2
-2
/
+8
|
*
|
hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()
Peter Maydell
2022-10-17
1
-1
/
+1
|
*
|
hw/ppc/e500: Remove if statement which is now always true
Bernhard Beschow
2022-10-17
4
-19
/
+14
|
*
|
hw/ppc/mpc8544ds: Add platform bus
Bernhard Beschow
2022-10-17
1
-0
/
+6
|
*
|
hw/ppc/mpc8544ds: Rename wrongly named method
Bernhard Beschow
2022-10-17
1
-2
/
+2
|
*
|
hw/ppc/e500: Reduce usage of sysbus API
Bernhard Beschow
2022-10-17
1
-1
/
+1
|
*
|
hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxx
Bernhard Beschow
2022-10-17
3
-1
/
+5
|
*
|
hw/ppc/meson: Allow e500 boards to be enabled separately
Bernhard Beschow
2022-10-17
2
-4
/
+10
|
*
|
ppc440_uc.c: Remove unneeded parenthesis
BALATON Zoltan
2022-10-17
1
-10
/
+10
|
*
|
ppc440_uc.c: Move some macros to ppc4xx.h
BALATON Zoltan
2022-10-17
1
-4
/
+0
|
*
|
ppc440_sdram: QOM'ify
BALATON Zoltan
2022-10-17
3
-51
/
+81
|
*
|
ppc440_sdram: Move RAM size check to ppc440_sdram_init
BALATON Zoltan
2022-10-17
3
-25
/
+30
|
*
|
ppc4xx_sdram: Rename functions to prevent name clashes
BALATON Zoltan
2022-10-17
5
-59
/
+60
|
*
|
ppc440_sdram: Rename local variable for readability
BALATON Zoltan
2022-10-17
1
-18
/
+18
|
*
|
ppc440_sdram: Get rid of the init RAM hack
BALATON Zoltan
2022-10-17
3
-9
/
+13
|
*
|
ppc440_sdram: Implement enable bit in the DDR2 SDRAM controller
BALATON Zoltan
2022-10-17
1
-2
/
+32
|
*
|
ppc440_sdram: Split off map/unmap of sdram banks for later reuse
BALATON Zoltan
2022-10-17
1
-12
/
+21
|
*
|
ppc4xx_sdram: Drop extra zeros for readability
BALATON Zoltan
2022-10-17
1
-20
/
+20
|
*
|
ppc4xx_sdram: QOM'ify
BALATON Zoltan
2022-10-17
5
-65
/
+79
|
*
|
ppc4xx_sdram: Move size check to ppc4xx_sdram_init()
BALATON Zoltan
2022-10-17
5
-38
/
+9
|
*
|
ppc440_bamboo: Add missing 4 MiB valid memory size
BALATON Zoltan
2022-10-17
1
-1
/
+1
|
*
|
ppc4xx: Use Ppc4xxSdramBank in ppc4xx_sdram_banks()
BALATON Zoltan
2022-10-17
7
-47
/
+32
|
*
|
ppc4xx_sdram: Get rid of the init RAM hack
BALATON Zoltan
2022-10-17
5
-12
/
+12
|
*
|
ppc4xx: Introduce Ppc4xxSdramBank struct
BALATON Zoltan
2022-10-17
2
-55
/
+53
|
*
|
ppc440_bamboo: Remove unnecessary memsets
BALATON Zoltan
2022-10-17
2
-10
/
+4
*
|
|
hw/intc: Fix LoongArch ipi device emulation
Xiaojuan Yang
2022-10-17
1
-1
/
+0
|
/
/
*
|
hw/intc: sifive_plic: change interrupt priority register to WARL field
Jim Shu
2022-10-14
1
-2
/
+19
*
|
hw/intc: sifive_plic: fix hard-coded max priority level
Jim Shu
2022-10-14
1
-2
/
+4
*
|
hw/riscv: virt: Enable booting S-mode firmware from pflash
Sunil V L
2022-10-14
2
-1
/
+46
*
|
hw/riscv: virt: Move create_fw_cfg() prior to loading kernel
Sunil V L
2022-10-14
1
-7
/
+7
[next]