diff options
| author | Peter Maydell | 2016-06-08 15:45:28 +0200 |
|---|---|---|
| committer | Peter Maydell | 2016-06-08 15:45:28 +0200 |
| commit | c503a855992caa8c8f12e4509829490cdfc1af00 (patch) | |
| tree | cc7242cf83a9baf3c98a6afbb0c0a76f979126bd /scripts/create_config | |
| parent | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-06-0... (diff) | |
| parent | vnc: list the 'to' parameter of '-vnc' in the qemu man page (diff) | |
| download | qemu-c503a855992caa8c8f12e4509829490cdfc1af00.tar.gz qemu-c503a855992caa8c8f12e4509829490cdfc1af00.tar.xz qemu-c503a855992caa8c8f12e4509829490cdfc1af00.zip | |
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
* max-ram-below-4g improvement (Gerd)
* escc fix (xiaoqiang)
* ESP fix (Prasad)
* scsi-disk tweaks/fix (me)
* Makefile dependency fixes (me)
* PKGVERSION improvement (Fam)
* -vnc man improvement (Robert)
# gpg: Signature made Tue 07 Jun 2016 18:06:22 BST
# gpg: using RSA key 0xBFFBD25F78C7AE83
# gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
# gpg: aka "Paolo Bonzini <pbonzini@redhat.com>"
* remotes/bonzini/tags/for-upstream:
vnc: list the 'to' parameter of '-vnc' in the qemu man page
scsi-disk: add missing break
Makefile: Derive "PKGVERSION" from "git describe" by default
Makefile: add dependency on scripts/hxtool
Makefile: add dependency on scripts/make_device_config.sh
Makefile: add dependency on scripts/create_config
Makefile: Add a "FORCE" target
scsi: megasas: null terminate bios version buffer
scsi: mark TYPE_SCSI_DISK_BASE as abstract
scsi: esp: check TI buffer index before read/write
hw/char: QOM'ify escc.c (fix)
pc: allow raising low memory via max-ram-below-4g option
tests: Rename tests/Makefile to tests/Makefile.include
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/create_config')
| -rwxr-xr-x | scripts/create_config | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/create_config b/scripts/create_config index b31ca9bca1..1dd6a354f5 100755 --- a/scripts/create_config +++ b/scripts/create_config @@ -9,10 +9,6 @@ case $line in version=${line#*=} echo "#define QEMU_VERSION \"$version\"" ;; - PKGVERSION=*) # configuration - pkgversion=${line#*=} - echo "#define QEMU_PKGVERSION \"$pkgversion\"" - ;; qemu_*dir=*) # qemu-specific directory configuration name=${line%=*} value=${line#*=} |
