Skip to content

Commit

Permalink
update Xen version to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeulich committed Feb 9, 2016
1 parent 19fc53a commit d77bac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ SEABIOS_UPSTREAM_URL ?= git://xenbits.xen.org/seabios.git
MINIOS_UPSTREAM_URL ?= git://xenbits.xen.org/mini-os.git
endif
OVMF_UPSTREAM_REVISION ?= 52a99493cce88a9d4ec8a02d7f1bd1a1001ce60d
QEMU_UPSTREAM_REVISION ?= qemu-xen-4.6.0
QEMU_UPSTREAM_REVISION ?= qemu-xen-4.6.1
MINIOS_UPSTREAM_REVISION ?= xen-RELEASE-4.6.0
# Fri Jun 26 11:58:40 2015 +0100
# Correct printf formatting for tpm_tis message.
Expand All @@ -266,7 +266,7 @@ SEABIOS_UPSTREAM_REVISION ?= rel-1.8.2
ETHERBOOT_NICS ?= rtl8139 8086100e


QEMU_TRADITIONAL_REVISION ?= 7457f4beae2583a106a4176949514e81248fc22d
QEMU_TRADITIONAL_REVISION ?= xen-4.6.1
# Mon Jan 4 15:34:29 2016 +0000
# MSI-X: avoid array overrun upon MSI-X table writes

Expand Down
2 changes: 1 addition & 1 deletion xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 4
export XEN_SUBVERSION = 6
export XEN_EXTRAVERSION ?= .1-pre$(XEN_VENDORVERSION)
export XEN_EXTRAVERSION ?= .1$(XEN_VENDORVERSION)
export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION)
-include xen-version

Expand Down

0 comments on commit d77bac5

Please sign in to comment.