[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] add missing firmware configuration channel numbers
From: |
Andre Przywara |
Subject: |
[Qemu-devel] [PATCH] add missing firmware configuration channel numbers to BIOS |
Date: |
Mon, 22 Dec 2008 00:49:35 +0100 |
User-agent: |
Thunderbird 2.0.0.18 (X11/20081105) |
Hi,
although we currently don't use firmware config channel
numbers higher than '0x02' in the PC-BIOS, add the channel
names to the BIOS source to mark already used entries.
This will make picking new number easier in the future.
Signed-off-by: Andre Przywara <address@hidden>
Regards,
Andre.
---
From: Andre Przywara <address@hidden>
sync firmware configuration channel numbers between QEMU and BIOS
diff --git a/pc-bios/bios-pq/0006_fw_cfg_sync.patch
b/pc-bios/bios-pq/0006_fw_cfg_sync.patch
new file mode 100644
index 0000000..9f958c0
--- /dev/null
+++ b/pc-bios/bios-pq/0006_fw_cfg_sync.patch
@@ -0,0 +1,19 @@
+From: Andre Przywara <address@hidden>
+
+ add missing qemu firmware configuration inferface channel numbers
+
+diff --git a/bios/rombios32.c b/bios/rombios32.c
+index f81b269..3d42528 100644
+--- a/bios/rombios32.c
++++ b/bios/rombios32.c
+@@ -413,6 +413,10 @@ unsigned long bios_table_end_addr;
+ #define QEMU_CFG_SIGNATURE 0x00
+ #define QEMU_CFG_ID 0x01
+ #define QEMU_CFG_UUID 0x02
++#define QEMU_CFG_RAM_SIZE 0x03
++#define QEMU_CFG_NOGRAPHIC 0x04
++#define QEMU_CFG_NB_CPUS 0x05
++#define QEMU_CFG_MACHINE_ID 0x06
+
+ int qemu_cfg_port;
+
diff --git a/pc-bios/bios-pq/series b/pc-bios/bios-pq/series
index 0e7558c..bf40a88 100644
--- a/pc-bios/bios-pq/series
+++ b/pc-bios/bios-pq/series
@@ -2,3 +2,4 @@
0002_e820-high-mem.patch
0003_smp-startup-poll.patch
0005_hpet.patch
+0006_fw_cfg_sync.patch
- [Qemu-devel] [PATCH] add missing firmware configuration channel numbers to BIOS,
Andre Przywara <=