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
/
hw
/
avr
/
arduino.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
include: move qemu_write_full() declaration to osdep.h
Marc-André Lureau
2
-3
/
+3
2022-04-06
include: move TFR to osdep.h
Marc-André Lureau
2
-2
/
+2
2022-04-06
error-report: use error_printf() for program prefix
Marc-André Lureau
1
-1
/
+1
2022-04-06
util: rename qemu-error.c to match its header name
Marc-André Lureau
2
-1
/
+1
2022-04-06
error-report: replace deprecated g_get_current_time() with glib >= 2.62
Marc-André Lureau
2
-3
/
+24
2022-04-06
qga: replace deprecated g_get_current_time()
Marc-André Lureau
1
-3
/
+4
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
53
-162
/
+150
2022-04-06
tests: replace free_all() usage with g_auto
Marc-André Lureau
1
-87
/
+40
2022-04-06
include/qapi: add g_autoptr support for qobject types
Marc-André Lureau
12
-0
/
+54
2022-04-06
osdep: poison {HOST,TARGET}_WORDS_BIGENDIAN
Marc-André Lureau
1
-0
/
+12
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
83
-116
/
+120
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
84
-174
/
+173
2022-04-06
char: move qemu_openpty_raw from util/ to char/
Marc-André Lureau
5
-144
/
+113
2022-04-06
meson: remove test-qdev-global-props dependency on testqapi
Marc-André Lureau
1
-1
/
+1
2022-04-06
meson: remove unneeded py3
Marc-André Lureau
1
-2
/
+0
2022-04-06
meson: add util dependency for oslib-posix on freebsd
Marc-André Lureau
1
-1
/
+5
2022-04-06
meson: use chardev_ss dependencies
Marc-André Lureau
1
-1
/
+1
2022-04-06
oslib: drop qemu_gettimeofday()
Marc-André Lureau
3
-29
/
+0
2022-04-06
Replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
7
-50
/
+35
2022-04-06
qga: replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
3
-33
/
+5
2022-04-06
qtest: replace gettimeofday with GTimer
Marc-André Lureau
1
-29
/
+10
2022-04-06
qapi, target/i386/sev: Add cpu0-id to query-sev-capabilities
Dov Murik
2
-1
/
+45
2022-04-05
qapi: Fix calc-dirty-rate example
Markus Armbruster
1
-1
/
+1
2022-04-05
qapi: fix example of query-memdev command
Victor Toso
1
-0
/
+2
2022-04-05
qapi: fix example of query-cpus-fast command
Victor Toso
1
-2
/
+0
2022-04-05
qapi: fix example of trace-event-get-state command
Victor Toso
1
-1
/
+1
2022-04-05
qapi: fix example of query-colo-status command
Victor Toso
1
-1
/
+1
2022-04-05
qapi: fix example of query-vnc command
Victor Toso
1
-0
/
+1
2022-04-05
qapi: fix example of query-spice command
Victor Toso
1
-0
/
+2
2022-04-05
qapi: fix example of query-named-block-nodes command
Victor Toso
1
-0
/
+1
2022-04-05
qapi: fix examples: replay-break and replay-seek
Victor Toso
1
-2
/
+2
2022-04-05
qapi: fix example of netdev_add command
Victor Toso
1
-1
/
+1
2022-04-05
docs/system/i386: Add measurement calculation details to amd-memory-encryption
Dov Murik
1
-4
/
+50
2022-04-05
qga/vss-win32: fix compilation with clang++
Helge Konetzka
1
-1
/
+2
2022-04-05
coverity: update model for latest tools
Paolo Bonzini
1
-1
/
+2
2022-04-05
docs/system/devices/can.rst: correct links to CTU CAN FD IP core documentation.
Pavel Pisa
1
-3
/
+3
2022-04-05
xlnx-bbram: hw/nvram: Fix uninitialized Error *
Tong Ho
1
-1
/
+1
2022-04-04
linux-user/ppc: Narrow type of ccr in save_user_regs
Richard Henderson
1
-1
/
+1
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
3
-0
/
+11
2022-04-01
target/arm: Don't use DISAS_NORETURN in STXP !HAVE_CMPXCHG128 codegen
Peter Maydell
1
-1
/
+6
2022-04-01
MAINTAINERS: change Fred Konrad's email address
Frederic Konrad
2
-2
/
+3
2022-04-01
target/arm: Determine final stage 2 output PA space based on original IPA
Idan Horowitz
1
-3
/
+5
2022-04-01
target/arm: Take VSTCR.SW, VTCR.NSW into account in final stage 2 walk
Idan Horowitz
1
-0
/
+10
2022-04-01
target/arm: Check VSTCR.SW when assigning the stage 2 output PA space
Idan Horowitz
1
-1
/
+1
2022-04-01
target/arm: Fix MTE access checks for disabled SEL2
Idan Horowitz
2
-2
/
+2
2022-04-01
trace: fix compilation with lttng-ust >= 2.13
Marc-André Lureau
2
-4
/
+4
2022-04-01
9p: move P9_XATTR_SIZE_MAX from 9p.h to 9p.c
Will Cohen
2
-23
/
+23
2022-04-01
meson.build: Fix dependency of page-vary-common.c to config-poison.h
Thomas Huth
1
-1
/
+1
2022-04-01
target/s390x: Fix determination of overflow condition code after subtraction
Bruno Haible
1
-2
/
+2
[next]