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-03-09
mos6522: add defines for IFR bit flags
Mark Cave-Ayland
1
-7
/
+15
2022-03-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
66
-174
/
+1229
2022-03-08
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...
Peter Maydell
4
-167
/
+268
2022-03-08
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-...
Peter Maydell
11
-44
/
+47
2022-03-08
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...
Peter Maydell
71
-212
/
+377
2022-03-08
Merge remote-tracking branch 'remotes/kraxel/tags/seabios-20220307-pull-reque...
Peter Maydell
13
-0
/
+0
2022-03-08
Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220307' int...
Peter Maydell
19
-127
/
+403
2022-03-07
hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if present
Ani Sinha
1
-0
/
+6
2022-03-07
scripts/qmp-shell-wrap: Fix import path
John Snow
1
-1
/
+1
2022-03-07
python/aqmp: drop _bind_hack()
John Snow
2
-39
/
+4
2022-03-07
python/aqmp: fix race condition in legacy.py
John Snow
1
-5
/
+2
2022-03-07
python/aqmp: add start_server() and accept() methods
John Snow
2
-5
/
+69
2022-03-07
python/aqmp: stop the server during disconnect()
John Snow
1
-1
/
+5
2022-03-07
python/aqmp: refactor _do_accept() into two distinct steps
John Snow
2
-7
/
+26
2022-03-07
python/aqmp: squelch pylint warning for too many lines
John Snow
1
-0
/
+3
2022-03-07
python/aqmp: split _client_connected_cb() out as _incoming()
John Snow
1
-25
/
+58
2022-03-07
python/aqmp: remove _new_session and _establish_connection
John Snow
2
-74
/
+53
2022-03-07
python/aqmp: rename 'accept()' to 'start_server_and_accept()'
John Snow
3
-15
/
+17
2022-03-07
python/aqmp: add _session_guard()
John Snow
1
-27
/
+62
2022-03-07
Merge remote-tracking branch 'remotes/philmd/tags/abstract-arch-cpu-20220307'...
Peter Maydell
87
-402
/
+371
2022-03-07
Check and report for incomplete 'global' option format
Rohit Kumar
1
-0
/
+7
2022-03-07
tests/vm: Update haiku test vm to R1/Beta3
Thomas Huth
1
-4
/
+4
2022-03-07
tests/avocado: Cancel BootLinux tests in case there is no free port
Thomas Huth
1
-0
/
+2
2022-03-07
Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pull-block-2022-03-0...
Peter Maydell
29
-195
/
+1499
2022-03-07
hw/arm/virt: Disable LPA2 for -machine virt-6.2
Richard Henderson
2
-0
/
+8
2022-03-07
target/arm: Provide cpu property for controling FEAT_LPA2
Richard Henderson
4
-1
/
+36
2022-03-07
ui/cocoa: Use the standard about panel
Akihiko Odaki
1
-89
/
+23
2022-03-07
hw/intc/arm_gicv3_cpuif: Fix register names in ICV_HPPIR read trace event
Peter Maydell
1
-1
/
+2
2022-03-07
hw/intc/arm_gicv3: Fix missing spaces in error log messages
Peter Maydell
2
-4
/
+4
2022-03-07
hw/intc/arm_gicv3: Specify valid and impl in MemoryRegionOps
Peter Maydell
1
-0
/
+8
2022-03-07
hw/intc/arm_gicv3_its: Add trace events for table reads and writes
Peter Maydell
2
-6
/
+40
2022-03-07
hw/intc/arm_gicv3_its: Add trace events for commands
Peter Maydell
2
-2
/
+38
2022-03-07
target/arm/translate-neon: Simplify align field check for VLD3
Peter Maydell
1
-5
/
+5
2022-03-07
target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zero
Peter Maydell
1
-0
/
+3
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
53
-20
/
+112
2022-03-07
util: Put qemu_vfree() in memalign.c
Peter Maydell
3
-12
/
+11
2022-03-07
util: Use meson checks for valloc() and memalign() presence
Peter Maydell
2
-2
/
+6
2022-03-07
util: Share qemu_try_memalign() implementation between POSIX and Windows
Peter Maydell
4
-46
/
+40
2022-03-07
meson.build: Don't misdetect posix_memalign() on Windows
Peter Maydell
1
-1
/
+3
2022-03-07
util: Return valid allocation for qemu_try_memalign() with zero size
Peter Maydell
2
-1
/
+6
2022-03-07
util: Unify implementations of qemu_memalign()
Peter Maydell
4
-28
/
+40
2022-03-07
util: Make qemu_oom_check() a static function
Peter Maydell
3
-4
/
+2
2022-03-07
fsdev/p9array.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-17
/
+21
2022-03-07
9pfs/coth.h: drop Doxygen format on v9fs_co_run_in_worker()
Christian Schoenebeck
1
-2
/
+2
2022-03-07
9pfs/9p-util.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-5
/
+5
2022-03-07
9pfs/9p.c: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-27
/
+35
2022-03-07
9pfs/codir.c: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-15
/
+15
2022-03-07
9pfs/9p.h: convert Doxygen -> kerneldoc format
Christian Schoenebeck
1
-6
/
+6
2022-03-07
9pfs: drop Doxygen format from qemu_dirent_dup() API comment
Christian Schoenebeck
1
-2
/
+2
2022-03-07
9pfs: move qemu_dirent_dup() from osdep -> 9p-util
Christian Schoenebeck
3
-34
/
+30
[next]