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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-02
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
Richard Henderson
1
-12
/
+10
2021-11-02
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
1
-0
/
+15
2021-11-02
hw/core: Add TCGCPUOps.record_sigsegv
Richard Henderson
1
-0
/
+26
2021-11-02
linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
Richard Henderson
1
-12
/
+0
2021-11-01
pci: Export pci_for_each_device_under_bus*()
Peter Xu
1
-0
/
+5
2021-11-01
pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fn
Peter Xu
1
-10
/
+9
2021-11-01
hw/i386/pc: Move IOMMU singleton into PCMachineState
Jean-Philippe Brucker
1
-0
/
+1
2021-11-01
hw/i386/pc: Remove x86_iommu_get_type()
Jean-Philippe Brucker
1
-12
/
+0
2021-11-01
memory: introduce total_dirty_pages to stat dirty pages
Hyman Huang(黄勇)
1
-0
/
+9
2021-11-01
virtio-mem: Drop precopy notifier
David Hildenbrand
1
-3
/
+0
2021-11-01
memory: Introduce replay_discarded callback for RamDiscardManager
David Hildenbrand
1
-0
/
+21
2021-11-01
migration: Add migrate_add_blocker_internal()
Peter Xu
1
-0
/
+16
2021-11-01
memory: make global_dirty_tracking a bitmask
Hyman Huang(黄勇)
2
-5
/
+19
2021-11-01
KVM: introduce dirty_pages and kvm_dirty_ring_enabled
Hyman Huang(黄勇)
2
-0
/
+2
2021-11-01
machine: remove the done notifier for dynamic sysbus device type check
Damien Hedde
1
-1
/
+0
2021-11-01
machine: add device_type_is_dynamic_sysbus function
Damien Hedde
1
-0
/
+15
2021-11-01
hw/core/machine: Split out the smp parsing code
Yanan Wang
1
-0
/
+1
2021-10-30
accel/tcg: Split out handle_sigsegv_accerr_write
Richard Henderson
1
-0
/
+12
2021-10-30
accel/tcg: Split out adjust_signal_pc
Richard Henderson
1
-0
/
+10
2021-10-30
hw/intc/sh_intc: Inline and drop sh_intc_source() function
BALATON Zoltan
1
-1
/
+1
2021-10-30
hw/char/sh_serial: QOM-ify
BALATON Zoltan
1
-8
/
+1
2021-10-30
hw/sh4: Coding style: White space fixes
BALATON Zoltan
1
-5
/
+5
2021-10-30
hw/sh4: Coding style: Remove tabs
BALATON Zoltan
1
-10
/
+10
2021-10-29
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-10-29' into ...
Richard Henderson
5
-12
/
+32
2021-10-29
qapi: Extend -compat to set policy for unstable interfaces
Markus Armbruster
1
-0
/
+1
2021-10-29
qapi: Factor out compat_policy_input_ok()
Markus Armbruster
1
-0
/
+7
2021-10-29
Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...
Richard Henderson
5
-3
/
+12
2021-10-29
qapi: Generalize enum member policy checking
Markus Armbruster
1
-4
/
+1
2021-10-29
qapi: Generalize command policy checking
Markus Armbruster
1
-2
/
+3
2021-10-29
qapi: Generalize struct member policy checking
Markus Armbruster
2
-6
/
+17
2021-10-29
qapi: Tools for sets of special feature flags in generated code
Markus Armbruster
1
-0
/
+4
2021-10-29
qapi: Eliminate QCO_NO_OPTIONS for a slight simplification
Markus Armbruster
1
-1
/
+0
2021-10-29
softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin
Chih-Min Chao
1
-0
/
+10
2021-10-28
hw/riscv: microchip_pfsoc: Use the PLIC config helper function
Alistair Francis
1
-1
/
+0
2021-10-28
hw/riscv: sifive_u: Use the PLIC config helper function
Alistair Francis
1
-1
/
+0
2021-10-28
hw/riscv: boot: Add a PLIC config string function
Alistair Francis
1
-0
/
+2
2021-10-28
hw/riscv: virt: Don't use a macro for the PLIC configuration
Alistair Francis
1
-1
/
+0
2021-10-27
host-utils: add 128-bit quotient support to divu128/divs128
Luis Pires
2
-12
/
+14
2021-10-27
host-utils: move udiv_qrnnd() to host-utils
Luis Pires
2
-82
/
+81
2021-10-27
host-utils: move checks out of divu128/divs128
Luis Pires
2
-25
/
+16
2021-10-27
qemu/int128: Add int128_{not,xor}
Frédéric Pétrot
1
-0
/
+20
2021-10-27
qapi: Implement deprecated-input={reject,crash} for enum values
Markus Armbruster
1
-1
/
+5
2021-10-27
qapi: Move compat policy from QObject to generic visitor
Markus Armbruster
4
-8
/
+12
2021-10-23
Merge remote-tracking branch 'remotes/vivier/tags/trivial-branch-for-6.2-pull...
Richard Henderson
1
-2
/
+1
2021-10-22
Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202...
Richard Henderson
1
-3
/
+3
2021-10-22
disas/nios2: Simplify endianess conversion
Philippe Mathieu-Daudé
1
-2
/
+1
2021-10-22
Merge remote-tracking branch 'remotes/clg/tags/pull-aspeed-20211022' into sta...
Richard Henderson
1
-1
/
+1
2021-10-22
Merge remote-tracking branch 'remotes/vivier-m68k/tags/q800-pull-request' int...
Richard Henderson
1
-0
/
+1
2021-10-22
hw/riscv: opentitan: Update to the latest build
Alistair Francis
1
-3
/
+3
2021-10-22
aspeed/smc: Use a container for the flash mmio address space
Cédric Le Goater
1
-1
/
+1
[prev]
[next]