summaryrefslogtreecommitdiff
path: root/pc-bios
diff options
context:
space:
mode:
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-02 15:58:25 +0000
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-02 15:58:25 +0000
commite06679fb767144a9ba5bec496acfdae24508b8ed (patch)
tree3553ec30ac3350b5d26553382ff1b234c585d799 /pc-bios
parenta5e50b263a54a41239a90930c1a27ecb76531e1b (diff)
downloadqemu-e06679fb767144a9ba5bec496acfdae24508b8ed.tar.gz
Split VNC defines to vnc.h (Alexander Graf)
The VNC protocol contains quite some constants, some of which are currently hardcoded in the vnc.c code. This is not exactly pretty. Let's move all those constants out to vnc.h, so they are clearly separated. While at it, I also included other defines that will be used later in this patch series. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6493 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'pc-bios')
-rw-r--r--pc-bios/bios-pq/series1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc-bios/bios-pq/series b/pc-bios/bios-pq/series
index 728d041644..0bb3898da6 100644
--- a/pc-bios/bios-pq/series
+++ b/pc-bios/bios-pq/series
@@ -8,3 +8,4 @@
0008_kvm-bios-switch-mtrrs-to-cover-only-the-pci-range-and--default-to-wb.patch
0009_kvm-bios-resolve-memory-device-roll-over-reporting--issues-with-32g-guests.patch
0010_kvm-bios-fix-smbios-memory-device-length-boundary--condition.patch
+enable-serial-output.patch