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
2022-04-04
ppc/pnv: Fix number of registers in the PCIe controller on POWER9
Frederic Barrat
1
-1
/
+1
2022-04-04
hw/ppc: free env->tb_env in spapr_unrealize_vcpu()
Daniel Henrique Barboza
1
-0
/
+1
2022-03-29
main-loop: Disable GLOBAL_STATE_CODE() assertions
Hanna Reitz
1
-1
/
+2
2022-03-29
main-loop: Disable block backend global state assertion on Cocoa
Philippe Mathieu-Daudé
1
-0
/
+13
2022-03-22
Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-0
/
+9
2022-03-22
error: use GLib to remember the program name
Marc-André Lureau
1
-2
/
+0
2022-03-22
util: remove the net/net.h dependency
Marc-André Lureau
1
-1
/
+0
2022-03-22
Move HOST_LONG_BITS to compiler.h
Marc-André Lureau
2
-3
/
+5
2022-03-22
Simplify HOST_LONG_BITS
Marc-André Lureau
1
-7
/
+1
2022-03-22
compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
Marc-André Lureau
2
-5
/
+3
2022-03-22
compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
Marc-André Lureau
3
-5
/
+3
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
20
-62
/
+55
2022-03-22
Drop qemu_foo() socket API wrapper
Marc-André Lureau
1
-19
/
+0
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-21
softmmu/physmem: Introduce MemTxAttrs::memory field and MEMTX_ACCESS_ERROR
Philippe Mathieu-Daudé
1
-0
/
+9
2022-03-18
util/osdep: Avoid madvise proto on modern Solaris
Andrew Deason
1
-0
/
+8
2022-03-18
hw/arm/xlnx-zynqmp: Connect the ZynqMP APU Control
Edgar E. Iglesias
1
-1
/
+3
2022-03-18
hw/misc: Add a model of the Xilinx ZynqMP APU Control
Edgar E. Iglesias
1
-0
/
+93
2022-03-18
hw/arm/xlnx-zynqmp: Connect the ZynqMP CRF
Edgar E. Iglesias
1
-0
/
+2
2022-03-18
hw/misc: Add a model of the Xilinx ZynqMP CRF
Edgar E. Iglesias
1
-0
/
+211
2022-03-18
hw/arm/xlnx-zynqmp: Add an unimplemented SERDES area
Edgar E. Iglesias
1
-1
/
+1
2022-03-16
softmmu: List CPU types again
Philippe Mathieu-Daudé
2
-2
/
+2
2022-03-15
Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into staging
Peter Maydell
1
-7
/
+3
2022-03-15
Merge tag 'dbus-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Peter Maydell
1
-7
/
+12
2022-03-15
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-2
/
+21
2022-03-15
osdep: Avoid using Clang-specific __builtin_available()
Philippe Mathieu-Daudé
1
-7
/
+3
2022-03-15
Merge tag 'pull-ppc-20220314' of https://github.com/legoater/qemu into staging
Peter Maydell
2
-1
/
+5
2022-03-15
kvm/msi: do explicit commit when adding msi routes
Longpeng(Mike)
1
-2
/
+2
2022-03-15
kvm-irqchip: introduce new API to support route change
Longpeng(Mike)
1
-0
/
+19
2022-03-15
ui/dbus: fix texture sharing
Marc-André Lureau
1
-0
/
+10
2022-03-15
vdpa: Expose VHOST_F_LOG_ALL on SVQ
Eugenio Pérez
1
-0
/
+1
2022-03-15
vdpa: Add custom IOTLB translations to SVQ
Eugenio Pérez
1
-0
/
+3
2022-03-15
util: add iova_tree_find_iova
Eugenio Pérez
1
-1
/
+19
2022-03-15
util: Add iova_tree_alloc_map
Eugenio Pérez
1
-0
/
+18
2022-03-15
vhost: Add Shadow VirtQueue kick forwarding capabilities
Eugenio Pérez
1
-0
/
+4
2022-03-14
ppc/pnv: Remove user-created PHB{3,4,5} devices
Cédric Le Goater
1
-1
/
+0
2022-03-14
ppc/pnv: Introduce a pnv-phb5 device to match root port
Frederic Barrat
1
-0
/
+5
2022-03-14
ui/console: move dcl compatiblity check to a callback
Marc-André Lureau
1
-7
/
+2
2022-03-10
Merge remote-tracking branch 'remotes/mcayland/tags/q800-updates-for-7.0-2022...
Peter Maydell
6
-41
/
+70
2022-03-09
Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into staging
Peter Maydell
2
-1
/
+76
2022-03-09
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220308' int...
Peter Maydell
1
-2
/
+1
2022-03-09
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...
Peter Maydell
1
-1
/
+2
2022-03-09
esp: convert ESPState pdma_cb from a function pointer to an integer
Mark Cave-Ayland
1
-1
/
+10
2022-03-09
macfb: increase number of registers saved in MacfbState
Mark Cave-Ayland
1
-1
/
+2
2022-03-09
macfb: don't use special irq_state and irq_mask variables in MacfbState
Mark Cave-Ayland
1
-2
/
+0
2022-03-09
macio/pmu.c: remove redundant code
Mark Cave-Ayland
1
-2
/
+0
2022-03-09
mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
Mark Cave-Ayland
1
-0
/
+15
2022-03-09
mos6522: record last_irq_levels in mos6522_set_irq()
Mark Cave-Ayland
1
-0
/
+1
2022-03-09
mos6522: add "info via" HMP command for debugging
Mark Cave-Ayland
2
-0
/
+3
2022-03-09
mos6522: add register names to register read/write trace events
Mark Cave-Ayland
1
-0
/
+2
[next]