index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-01
os-posix.c: create and export os_set_chroot()
Michael Tokarev
1
-0
/
+1
2023-09-01
os-posix.c: create and export os_set_runas()
Michael Tokarev
1
-0
/
+1
2023-09-01
include/sysemu/os-posix.h: move *daemonize* declarations together
Michael Tokarev
1
-3
/
+2
2023-09-01
util/selfmap: Use dev_t and ino_t in MapInfo
Richard Henderson
1
-2
/
+2
2023-09-01
ui/qmp: move screendump to ui-qmp-cmds.c
Marc-André Lureau
1
-0
/
+1
2023-09-01
ui: remove qemu_pixman_linebuf_copy()
Marc-André Lureau
1
-2
/
+0
2023-09-01
ui: remove qemu_pixman_color() helper
Marc-André Lureau
1
-1
/
+0
2023-09-01
hw/sd: Introduce a "sd-card" SPI variant model
Cédric Le Goater
1
-0
/
+3
2023-09-01
hw/sd: Move proto_name to SDProto structure
Philippe Mathieu-Daudé
1
-0
/
+2
2023-09-01
m25p80: Introduce an helper to retrieve the BlockBackend of a device
Cédric Le Goater
1
-0
/
+4
2023-09-01
hw/ssi: Introduce a ssi_get_cs() helper
Cédric Le Goater
1
-0
/
+2
2023-09-01
hw/ssi: Add a "cs" property to SSIPeripheral
Cédric Le Goater
1
-0
/
+3
2023-09-01
hw/i2c/aspeed: Add support for buffer organization
Hang Yu
1
-0
/
+1
2023-09-01
hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool mode
Hang Yu
1
-2
/
+2
2023-08-31
ui: spelling fixes
Michael Tokarev
2
-2
/
+2
2023-08-31
util: spelling fixes
Michael Tokarev
5
-8
/
+8
2023-08-31
util/fifo8: Fix typo in fifo8_push_all() description
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'
Philippe Mathieu-Daudé
1
-18
/
+0
2023-08-31
hw/i386: Remove unuseful kvmclock_create() stub
Philippe Mathieu-Daudé
1
-10
/
+0
2023-08-31
hw/i2c: spelling fixes
Michael Tokarev
2
-2
/
+2
2023-08-31
chardev/char-fe: Document FEWatchFunc typedef
Philippe Mathieu-Daudé
1
-0
/
+14
2023-08-31
exec/translation-block: Clean up includes
Philippe Mathieu-Daudé
1
-3
/
+3
2023-08-31
qemu/processor: Remove unused 'qemu/atomic.h' header
Philippe Mathieu-Daudé
1
-2
/
+0
2023-08-31
target/translate: Restrict 'exec/cpu_ldst.h' to user emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
exec/address-spaces.h: Remove unuseful 'exec/memory.h' include
Philippe Mathieu-Daudé
1
-2
/
+0
2023-08-31
bulk: Do not declare function prototypes using 'extern' keyword
Philippe Mathieu-Daudé
14
-63
/
+61
2023-08-31
qemu/uri: Use QueryParams type definition
Philippe Mathieu-Daudé
1
-1
/
+1
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
4
-5
/
+5
2023-08-31
accel: Remove HAX accelerator
Philippe Mathieu-Daudé
4
-52
/
+1
2023-08-31
Merge tag 'quick-fix-pull-request' of https://gitlab.com/bsdimp/qemu into staging
Stefan Hajnoczi
1
-30
/
+0
2023-08-31
Merge tag 'pull-target-arm-20230831' of https://git.linaro.org/people/pmaydell/qemu-arm into staging
Stefan Hajnoczi
7
-100
/
+455
2023-08-31
Merge tag 'xen-virtio-2-tag' of https://gitlab.com/sstabellini/qemu into staging
Stefan Hajnoczi
1
-0
/
+24
2023-08-31
Merge tag 'pull-maintainer-ominbus-300823-1' of https://gitlab.com/stsquad/qemu into staging
Stefan Hajnoczi
1
-5
/
+15
2023-08-31
hw/arm: Set number of MPU regions correctly for an505, an521, an524
Peter Maydell
1
-0
/
+5
2023-08-31
hw/arm/armv7m: Add mpu-ns-regions and mpu-s-regions properties
Peter Maydell
1
-0
/
+8
2023-08-31
rtc: Use time_t for passing and returning time offsets
Peter Maydell
1
-2
/
+2
2023-08-31
hw/rtc/aspeed_rtc: Use 64-bit offset for holding time_t difference
Peter Maydell
1
-1
/
+1
2023-08-31
Add i.MX7 SRC device implementation
Jean-Christophe Dubois
2
-1
/
+68
2023-08-31
Add i.MX7 missing TZ devices and memory regions
Jean-Christophe Dubois
1
-0
/
+7
2023-08-31
Refactor i.MX7 processor code
Jean-Christophe Dubois
1
-84
/
+242
2023-08-31
Add i.MX6UL missing devices.
Jean-Christophe Dubois
1
-1
/
+1
2023-08-31
Refactor i.MX6UL processor code
Jean-Christophe Dubois
1
-11
/
+123
2023-08-31
Remove i.MX7 IOMUX GPR device from i.MX6UL
Jean-Christophe Dubois
1
-2
/
+0
2023-08-30
xen_arm: Initialize RAM and add hi/low memory regions
Oleksandr Tyshchenko
1
-0
/
+8
2023-08-30
xen_arm: Create virtio-mmio devices during initialization
Oleksandr Tyshchenko
1
-0
/
+16
2023-08-30
bsd-user: Move PRAGMA_DISABLE_PACKED_WARNING etc to qemu.h
Warner Losh
1
-30
/
+0
2023-08-30
gdbstub: move comment for gdb_register_coprocessor
Alex Bennée
1
-0
/
+10
2023-08-30
gdbstub: replace global gdb_has_xml with a function
Alex Bennée
1
-5
/
+5
2023-08-30
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
2
-4
/
+9
2023-08-30
block/io: align requests to subcluster_size
Andrey Drobyshev
1
-4
/
+4
[prev]
[next]