index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-07
configure: remove dead code
Paolo Bonzini
1
-8
/
+0
2023-09-07
meson: list leftover CONFIG_* symbols
Paolo Bonzini
2
-14
/
+6
2023-09-07
configure, meson: remove target OS symbols from config-host.mak
Paolo Bonzini
12
-50
/
+49
2023-09-07
configure, meson: remove CONFIG_SOLARIS from config-host.mak
Paolo Bonzini
3
-11
/
+11
2023-09-07
configure, meson: move --enable-plugins to meson
Paolo Bonzini
8
-18
/
+23
2023-09-07
configure: unify recursion into sub-Makefiles
Paolo Bonzini
2
-20
/
+20
2023-09-07
contrib/plugins: use an independent makefile
Paolo Bonzini
2
-11
/
+20
2023-09-07
configure: move --enable-debug-tcg to meson
Paolo Bonzini
4
-11
/
+8
2023-09-07
configure: remove boolean variables for targets
Paolo Bonzini
1
-42
/
+13
2023-09-07
meson: compile bundled device trees
Paolo Bonzini
2
-23
/
+21
2023-09-07
configure: create native file with contents of $host_cc
Paolo Bonzini
1
-4
/
+11
2023-09-07
configure: remove HOST_CC
Paolo Bonzini
2
-2
/
+1
2023-09-07
meson: update unsupported host/CPU messages
Paolo Bonzini
1
-19
/
+26
2023-09-07
meson: do not unnecessarily use cmake for dependencies
Paolo Bonzini
2
-2
/
+2
2023-09-07
contrib/plugins: add Darwin support
Paolo Bonzini
1
-0
/
+4
2023-09-07
contrib/plugins/lockstep: Fix string format
Philippe Mathieu-Daudé
1
-3
/
+8
2023-09-07
contrib/plugins/howvec: Fix string format
Philippe Mathieu-Daudé
1
-2
/
+4
2023-09-07
contrib/plugins/drcov: Fix string format
Philippe Mathieu-Daudé
1
-1
/
+1
2023-09-07
contrib/plugins/cache: Fix string format
Philippe Mathieu-Daudé
1
-9
/
+10
2023-09-07
contrib/plugins: remove -soname argument
Paolo Bonzini
1
-1
/
+1
2023-09-01
util/async-teardown.c: move to softmmu/, only build it when system build is r...
Michael Tokarev
3
-1
/
+1
2023-09-01
softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c
Michael Tokarev
2
-42
/
+10
2023-09-01
os-posix.c: remove unneeded #includes
Michael Tokarev
1
-2
/
+0
2023-09-01
os-posix.c: move code around
Michael Tokarev
1
-22
/
+27
2023-09-01
os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()
Michael Tokarev
4
-87
/
+73
2023-09-01
os-posix.c: create and export os_set_chroot()
Michael Tokarev
2
-2
/
+8
2023-09-01
os-posix.c: create and export os_set_runas()
Michael Tokarev
2
-7
/
+17
2023-09-01
include/sysemu/os-posix.h: move *daemonize* declarations together
Michael Tokarev
1
-3
/
+2
2023-09-01
target/i386: Add support for AMX-COMPLEX in CPUID enumeration
Tao Su
2
-1
/
+3
2023-09-01
target/i386: fix memory operand size for CVTPS2PD
Paolo Bonzini
2
-7
/
+37
2023-09-01
target/i386: generalize operand size "ph" for use in CVTPS2PD
Paolo Bonzini
2
-4
/
+4
2023-09-01
target/i386: raise FERR interrupt with iothread locked
Paolo Bonzini
2
-1
/
+13
2023-09-01
linux-user, bsd-user: disable on unsupported host architectures
Paolo Bonzini
1
-17
/
+23
2023-08-31
hw/arm: Set number of MPU regions correctly for an505, an521, an524
Peter Maydell
3
-0
/
+50
2023-08-31
hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
Peter Maydell
2
-0
/
+29
2023-08-31
target/arm: Do all "ARM_FEATURE_X implies Y" checks in post_init
Peter Maydell
1
-82
/
+97
2023-08-31
rtc: Use time_t for passing and returning time offsets
Peter Maydell
2
-4
/
+4
2023-08-31
hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference
Peter Maydell
2
-4
/
+3
2023-08-31
hw/rtc/twl92230: Use int64_t for sec_offset and alm_sec
Peter Maydell
1
-2
/
+2
2023-08-31
hw/rtc/m48t59: Use 64-bit arithmetic in set_alarm()
Peter Maydell
1
-1
/
+1
2023-08-31
target/arm: Catch illegal-exception-return from EL3 with bad NSE/NS
Peter Maydell
1
-0
/
+9
2023-08-31
Add i.MX7 SRC device implementation
Jean-Christophe Dubois
6
-2
/
+356
2023-08-31
Add i.MX7 missing TZ devices and memory regions
Jean-Christophe Dubois
2
-0
/
+70
2023-08-31
Refactor i.MX7 processor code
Jean-Christophe Dubois
2
-123
/
+333
2023-08-31
Add i.MX6UL missing devices.
Jean-Christophe Dubois
2
-1
/
+17
2023-08-31
Refactor i.MX6UL processor code
Jean-Christophe Dubois
2
-60
/
+221
2023-08-31
Remove i.MX7 IOMUX GPR device from i.MX6UL
Jean-Christophe Dubois
2
-13
/
+0
2023-08-31
target/arm: properly document FEAT_CRC32
Alex Bennée
2
-1
/
+2
2023-08-31
target/arm: Implement FEAT_HPDS2 as a no-op
Richard Henderson
3
-2
/
+3
2023-08-31
target/arm: Suppress FEAT_TRBE (Trace Buffer Extension)
Richard Henderson
1
-0
/
+3
[next]