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
2022-10-31
mac_{old|new}world: Avoid else branch by setting default value
BALATON Zoltan
2
-29
/
+8
2022-10-31
mac_{old|new}world: Set tbfreq at declaration
BALATON Zoltan
2
-16
/
+2
2022-10-31
mac_oldworld: Drop some more variables
BALATON Zoltan
1
-22
/
+21
2022-10-31
mac_newworld: Drop some variables
BALATON Zoltan
1
-36
/
+29
2022-10-31
block/blkio: Make driver nvme-io_uring take a "path" instead of a "filename"
Alberto Faria
2
-6
/
+10
2022-10-31
block/blkio: Tolerate device size changes
Alberto Faria
1
-0
/
+27
2022-10-31
block/blkio: Add virtio-blk-vfio-pci BlockDriver
Alberto Faria
2
-0
/
+26
2022-10-31
net/vhost-vdpa.c: Fix clang compilation failure
Peter Maydell
1
-1
/
+2
2022-10-31
Merge tag 'pull-qemu-20221031' of https://gitlab.com/stweil/qemu into staging
Stefan Hajnoczi
2
-10
/
+51
2022-10-31
Merge tag 'mips-20221030' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
29
-5569
/
+4183
2022-10-31
hw/mips/malta: Use bootloader helper to set BAR registers
Jiaxun Yang
1
-45
/
+40
2022-10-31
hw/mips: Use bl_gen_kernel_jump to generate bootloaders
Jiaxun Yang
1
-31
/
+12
2022-10-31
hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set register
Philippe Mathieu-Daudé
4
-12
/
+37
2022-10-31
hw/mips/boston: Don't set link_up for xilinx-pcie
Jiaxun Yang
1
-5
/
+4
2022-10-31
hw/isa/piix4: Move pci_ide_create_devs() call to board code
Bernhard Beschow
2
-5
/
+6
2022-10-31
hw/isa/piix4: Add missing initialization
Bernhard Beschow
1
-0
/
+2
2022-10-31
hw/isa/Kconfig: Fix dependencies of piix4 southbridge
Bernhard Beschow
2
-1
/
+6
2022-10-31
hw/mips/malta: Reuse dev variable
Bernhard Beschow
1
-3
/
+2
2022-10-31
hw/isa/piix3: Remove unused include
Bernhard Beschow
1
-1
/
+0
2022-10-31
hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers
Bernhard Beschow
4
-4
/
+14
2022-10-31
hw/isa/piix4: Rename wrongly named method
Bernhard Beschow
1
-2
/
+2
2022-10-31
hw/isa/piix3: Prefer pci_address_space() over get_system_memory()
Bernhard Beschow
1
-1
/
+1
2022-10-31
hw/isa/piix3: Modernize reset handling
Bernhard Beschow
1
-5
/
+3
2022-10-31
hw/isa/piix3: Add size constraints to rcr_ops
Bernhard Beschow
1
-1
/
+5
2022-10-31
hw/isa/piix3: Remove extra ';' outside of functions
Bernhard Beschow
1
-3
/
+3
2022-10-31
hw/i386/pc: Create DMA controllers in south bridges
Bernhard Beschow
5
-5
/
+14
2022-10-31
disas/mips: Fix branch displacement for BEQZC and BNEZC
David Daney
1
-2
/
+10
2022-10-31
disas/nanomips: Rename nanomips.cpp to nanomips.c
Milica Lazarevic
2
-1
/
+1
2022-10-31
disas/nanomips: Remove argument passing by ref
Milica Lazarevic
1
-3
/
+3
2022-10-31
disas/nanomips: Replace Cpp enums for C enums
Milica Lazarevic
1
-4
/
+4
2022-10-31
disas/nanomips: Replace exception handling
Milica Lazarevic
1
-55
/
+45
2022-10-31
disas/nanomips: Expand Dis_info struct
Milica Lazarevic
1
-1351
/
+1357
2022-10-31
disas/nanomips: Remove function overloading
Milica Lazarevic
1
-7
/
+1
2022-10-31
disas/nanomips: Prevent memory leaking
Milica Lazarevic
1
-45
/
+51
2022-10-31
disas/nanomips: Remove CPR function
Milica Lazarevic
1
-65
/
+45
2022-10-31
disas/nanomips: Remove IMMEDIATE functions
Milica Lazarevic
1
-491
/
+265
2022-10-31
disas/nanomips: Replace std::string type
Milica Lazarevic
1
-2439
/
+2337
2022-10-31
disas/nanomips: Delete wrapper functions
Milica Lazarevic
1
-16
/
+2
2022-10-31
disas/nanomips: Delete copy functions
Milica Lazarevic
1
-1592
/
+1559
2022-10-31
disas/nanomips: Remove #include <sstream>
Milica Lazarevic
1
-1
/
+0
2022-10-31
disas/nanomips: Delete nanomips.h
Milica Lazarevic
1
-26
/
+0
2022-10-31
disas/nanomips: Move typedefs etc to nanomips.cpp
Milica Lazarevic
2
-58
/
+56
2022-10-31
disas/nanomips: Remove NMD class
Milica Lazarevic
2
-118
/
+101
2022-10-31
disas/nanomips: Remove Pool tables from the class
Milica Lazarevic
2
-371
/
+193
2022-10-31
disas/nanomips: Remove disasm methods from class
Milica Lazarevic
2
-1913
/
+1275
2022-10-31
disas/nanomips: Remove __cond methods from class
Milica Lazarevic
2
-33
/
+23
2022-10-31
disas/nanomips: Remove helper methods from class
Milica Lazarevic
2
-318
/
+154
2022-10-31
disas/nanomips: Delete NMD class second field
Milica Lazarevic
2
-1329
/
+1331
2022-10-31
disas/nanomips: Delete NMD class field
Milica Lazarevic
2
-15
/
+2
2022-10-31
disas/nanomips: Extract enums out of the NMD class
Milica Lazarevic
2
-34
/
+33
[prev]
[next]