Skip to content

Commit

Permalink
version 4.12.0-rc3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Feb 21, 2019
1 parent ce69e96 commit 3eacc53
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
1 change: 1 addition & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ CONFIG_NEEDS_LIBELF=y
# CONFIG_TMEM is not set
CONFIG_XENOPROF=y
# CONFIG_XSM is not set
# CONFIG_ARGO is not set

#
# Schedulers
Expand Down
24 changes: 24 additions & 0 deletions debian-vm/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
xen (4.12.0~rc3-1) unstable; urgency=medium

[ Marek Marczykowski-Górecki ]
* Replace stubdomain MSI fix with the version sent upstream
* Few more QubesOS specific stubdomain fixes

[ Simon Gaiser ]
* libxl: Add support for new qubes-gui options

[ Marek Marczykowski-Górecki ]
* Fix copying xen.efi
* debian: update packaging based on upstream Xen 4.11 package
* debian: include native xendriverdomain.service
* debian: fix build on stretch

[ Frédéric Pierret (fepitre) ]
* Build Qubes Xen package only for dom0 Fedora and use upstream for VM

[ Marek Marczykowski-Górecki ]
* travis: update for R4.1
* Improve handling -rc releases

-- Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Tue, 19 Feb 2019 17:16:30 +0100

xen (4.12.0~rc1-0.1) unstable; urgency=medium

[ Hans van Kranenburg ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ index 3601b14..1fa4fa8 100644

dm_args = flexarray_make(gc, 16, 1);
dm_envs = flexarray_make(gc, 16, 1);
@@ -1179,30 +1180,33 @@ static int libxl__build_device_model_args_new(libxl__gc *gc,
@@ -1179,38 +1180,41 @@ static int libxl__build_device_model_args_new(libxl__gc *gc,
"-xen-domid",
GCSPRINTF("%d", guest_domid), NULL);

Expand All @@ -138,6 +138,14 @@ index 3601b14..1fa4fa8 100644
- flexarray_append(dm_args,
- GCSPRINTF("socket,id=libxl-cmd,fd=%d,server,nowait",
- state->dm_monitor_fd));
-
- /*
- * Start QEMU with its "CPU" paused, it will not start any emulation
- * until the QMP command "cont" is used. This also prevent QEMU from
- * writing "running" to the "state" xenstore node so we only use this
- * flag when we have the QMP based startup notification.
- * */
- flexarray_append(dm_args, "-S");
- } else {
- flexarray_append(dm_args,
- GCSPRINTF("socket,id=libxl-cmd,"
Expand All @@ -151,6 +159,14 @@ index 3601b14..1fa4fa8 100644
+ flexarray_append(dm_args,
+ GCSPRINTF("socket,id=libxl-cmd,fd=%d,server,nowait",
+ state->dm_monitor_fd));
+
+ /*
+ * Start QEMU with its "CPU" paused, it will not start any emulation
+ * until the QMP command "cont" is used. This also prevent QEMU from
+ * writing "running" to the "state" xenstore node so we only use this
+ * flag when we have the QMP based startup notification.
+ * */
+ flexarray_append(dm_args, "-S");
+ } else {
+ flexarray_append(dm_args,
+ GCSPRINTF("socket,id=libxl-cmd,"
Expand Down
2 changes: 1 addition & 1 deletion rel
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
1
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.12.0~rc1
4.12.0-rc3
2 changes: 0 additions & 2 deletions xen.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@ rm -rf %{buildroot}
%{_sbindir}/gdbsx
%{_sbindir}/xen-kdd
%endif
%{_sbindir}/xen-bugtool
%ifnarch armv7hl aarch64
%{_sbindir}/xen-hptool
%{_sbindir}/xen-hvmcrash
Expand All @@ -976,7 +975,6 @@ rm -rf %{buildroot}
%ifnarch armv7hl aarch64
%{_sbindir}/xen-lowmemd
%endif
%{_sbindir}/xen-ringwatch
%{_sbindir}/xencov
%ifnarch armv7hl aarch64
%{_sbindir}/xen-mfndump
Expand Down

0 comments on commit 3eacc53

Please sign in to comment.