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-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
2022-02-21
meson: do not make qga/vss-win32/meson.build conditional on C++ presence
Marc-André Lureau
1
-17
/
+24
2022-02-21
configure, meson: replace VSS SDK checks and options with --enable-vss-sdk
Marc-André Lureau
1
-2
/
+19
2022-02-21
qga/vss: use standard windows headers location
Marc-André Lureau
4
-10
/
+6
2022-02-21
qga/vss-win32: use widl if available
Marc-André Lureau
1
-3
/
+6
2022-02-21
qga/vss-win32: fix midl arguments
Marc-André Lureau
1
-2
/
+1
2022-02-21
configure, meson: move guest-agent, tools to meson
Paolo Bonzini
1
-0
/
+7
2022-02-21
configure, meson: cleanup qemu-ga libraries
Paolo Bonzini
1
-8
/
+17
2022-01-28
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-1
/
+1
2022-01-27
qapi: generate trace events by default
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2022-01-27
meson: document why we don't generate trace events for tests/ and qga/
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2022-01-27
build-sys: fix undefined ARCH error
Marc-André Lureau
1
-1
/
+1
2022-01-10
qga-win: Detect Windows 11 by build number
Kostiantyn Kostiuk
1
-9
/
+14
2022-01-10
qga-win: Detect OS based on Windows 10 by first build number
Kostiantyn Kostiuk
1
-7
/
+11
2022-01-10
gqa-win: get_pci_info: Replace 'while' with 2 calls of the function
Kostiantyn Kostiuk
1
-6
/
+24
2022-01-10
gqa-win: get_pci_info: Add g_autofree for few variables
Kostiantyn Kostiuk
1
-4
/
+2
2022-01-10
gqa-win: get_pci_info: Split logic to separate functions
Kostiantyn Kostiuk
1
-74
/
+87
2022-01-10
gqa-win: get_pci_info: Free parent_dev_info properly
Kostiantyn Kostiuk
1
-2
/
+5
2022-01-10
gqa-win: get_pci_info: Use common 'end' label
Kostiantyn Kostiuk
1
-13
/
+12
[next]