Skip to content

Commit 25a24d4

Browse files
committed
Releasing FEMU 9.0
1 parent 68032f3 commit 25a24d4

File tree

21,483 files changed

+1297894
-1240269
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

21,483 files changed

+1297894
-1240269
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ trace-dtrace-root.dtrace
131131
trace-ust-all.h
132132
trace-ust-all.c
133133
build-femu/
134+
build/

Diff for: Kconfig.host

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ config OPENGL
1111
config X11
1212
bool
1313

14+
config PIXMAN
15+
bool
16+
1417
config SPICE
1518
bool
1619

@@ -46,3 +49,6 @@ config FUZZ
4649
config VFIO_USER_SERVER_ALLOWED
4750
bool
4851
imply VFIO_USER_SERVER
52+
53+
config HV_BALLOON_POSSIBLE
54+
bool

0 commit comments

Comments
 (0)