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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
qga
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
meson: qga: do not use deprecated meson.build_root()
Paolo Bonzini
1
-1
/
+1
2022-05-28
qga/wixl: replace QEMU_GA_MSI_MINGW_BIN_PATH with glib bindir
Marc-André Lureau
2
-13
/
+13
2022-05-28
qga/wixl: simplify some pre-processing
Marc-André Lureau
1
-13
/
+7
2022-05-28
qga/wixl: require Mingw_bin
Marc-André Lureau
1
-9
/
+0
2022-05-28
qga/wixl: prefer variables over environment
Marc-André Lureau
2
-26
/
+13
2022-05-28
qga: make build_fs_mount_list() return a bool
Marc-André Lureau
1
-15
/
+10
2022-05-28
qga: replace qemu_open_old() with qga_open_cloexec()
Marc-André Lureau
2
-8
/
+13
2022-05-28
qga: throw an Error in ga_channel_open()
Marc-André Lureau
1
-25
/
+17
2022-05-28
qga: use qga_open_cloexec() for safe_open_or_create()
Marc-André Lureau
1
-4
/
+3
2022-05-28
qga: add qga_open_cloexec() helper
Marc-André Lureau
3
-0
/
+42
2022-05-28
qga: flatten safe_open_or_create()
Marc-André Lureau
1
-60
/
+60
2022-05-25
qga-win32: Add support for NVME bus type
Konstantin Kostiuk
1
-0
/
+5
2022-05-25
trivial: qga: Log version on start
Konstantin Kostiuk
1
-0
/
+2
2022-05-25
qga: add guest-get-diskstats command for Linux guests
luzhipeng
3
-0
/
+215
2022-05-16
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2
-3
/
+3
2022-05-16
qapi: Fix malformed "Since:" section tags
Markus Armbruster
1
-1
/
+1
2022-05-14
qga-vss: Use the proper operator to free memory
Konstantin Kostiuk
1
-2
/
+2
2022-05-14
qga-vss: Add auto generated headers to dependencies
Konstantin Kostiuk
1
-1
/
+1
2022-05-07
qga-vss: always build qga-vss.tlb when qga-vss.dll is built
Konstantin Kostiuk
1
-2
/
+2
2022-05-04
qga: Introduce disk smart
zhenwei pi
2
-1
/
+125
2022-05-04
qga: Introduce NVMe disk bus type
zhenwei pi
2
-2
/
+6
2022-05-04
qga/commands-posix: 'guest-shutdown' for Solaris
Andrew Deason
1
-3
/
+18
2022-05-04
qga/commands-posix: Log all net stats failures
Andrew Deason
1
-1
/
+5
2022-05-04
qga/commands-posix: Fix listing ifaces for Solaris
Andrew Deason
1
-1
/
+6
2022-05-04
qga/commands-posix: Fix iface hw address detection
Andrew Deason
1
-15
/
+24
2022-05-04
qga/commands-posix: Use getifaddrs when available
Andrew Deason
1
-229
/
+245
2022-05-03
util: rename qemu_*block() socket functions
Marc-André Lureau
1
-1
/
+1
2022-05-03
qga: replace qemu_set_nonblock()
Marc-André Lureau
1
-1
/
+5
2022-05-03
qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
1
-1
/
+1
2022-04-28
qga: wixl: get path to sysroot from pkg-config as intended
Paolo Bonzini
1
-1
/
+1
2022-04-21
qga: use fixed-length and GDateTime for log timestamp
Marc-André Lureau
1
-5
/
+3
2022-04-21
qga: remove need for QEMU atomic.h
Marc-André Lureau
1
-7
/
+5
2022-04-21
util: replace qemu_get_local_state_pathname()
Marc-André Lureau
1
-4
/
+4
2022-04-21
qga: move qga_get_host_name()
Marc-André Lureau
4
-1
/
+60
2022-04-21
qga: replace usleep() with g_usleep()
Marc-André Lureau
1
-1
/
+1
2022-04-21
include: rename qemu-common.h qemu/help-texts.h
Marc-André Lureau
1
-1
/
+1
2022-04-06
build-sys: drop ntddscsi.h check
Marc-André Lureau
2
-23
/
+2
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
1
-1
/
+0
2022-04-06
qga: remove explicit environ argument from exec/spawn
Marc-André Lureau
1
-17
/
+7
2022-04-06
qga: replace deprecated g_get_current_time()
Marc-André Lureau
1
-3
/
+4
2022-04-06
qga: replace qemu_gettimeofday() with g_get_real_time()
Marc-André Lureau
3
-33
/
+5
2022-04-05
qga/vss-win32: fix compilation with clang++
Helge Konetzka
1
-1
/
+2
2022-03-22
qga: remove bswap.h include
Marc-André Lureau
1
-1
/
+0
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
2
-2
/
+2
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-5
/
+5
2022-03-15
qga/vss: update informative message about MinGW
Marc-André Lureau
1
-1
/
+1
2022-03-15
qga/vss-win32: check old VSS SDK headers
Marc-André Lureau
3
-1
/
+10
2022-02-21
meson, configure: move ntddscsi API check to meson
Marc-André Lureau
2
-4
/
+4
2022-02-21
meson: require dynamic linking for VSS support
Marc-André Lureau
2
-2
/
+4
2022-02-21
qga/vss-win32: require widl/midl, remove pre-built TLB file
Marc-André Lureau
3
-8
/
+3
[next]