[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/6] change acpi numa info format passed from qemu t
From: |
liguang |
Subject: |
[Qemu-devel] [PATCH 0/6] change acpi numa info format passed from qemu to seabios |
Date: |
Mon, 4 Feb 2013 10:27:52 +0800 |
orginally, numa info was packed into an array
of 64-bit data which was implicit and hard to
maintain, so we define a struct for these info,
hope to be as clear as enough.
these changes also involved seabios paches
which was sent to seabios mail-list.
Li Guang(6)
[PATCH 1/6] pc/bios: move common BIOS_CFG_IOPORT into fw_cfg.h
[PATCH 2/6] pc/numa: refactor bios_init function
[PATCH 3/6] bitops: change BITS_TO_LONGS
[PATCH 4/6] pc: format load_linux()
[PATCH 5/6] load_linux: report open kernel file & its size error
[PATCH 6/6] load_linux: change kernel header size allocation
hw/fw_cfg.h | 4 ++++
hw/pc.c | 163
+++++++++++++++++++++++++++++++-------------------------------
hw/sun4u.c | 3 +--
3 files changed, 89 insertions(+), 81 deletions(-)
- [Qemu-devel] [PATCH 0/6] change acpi numa info format passed from qemu to seabios,
liguang <=
- [Qemu-devel] [PATCH 1/6] pc/bios: move common BIOS_CFG_IOPORT into fw_cfg.h, liguang, 2013/02/03
- [Qemu-devel] [PATCH 6/6] load_linux: change kernel header size allocation, liguang, 2013/02/03
- [Qemu-devel] [PATCH 5/6] load_linux: report open kernel file & its size error, liguang, 2013/02/03
- [Qemu-devel] [PATCH 2/6] pc/numa: refactor bios_init function, liguang, 2013/02/03
- [Qemu-devel] [PATCH 3/6] bitops: change BITS_TO_LONGS, liguang, 2013/02/03
- [Qemu-devel] [PATCH 4/6] pc: format load_linux(), liguang, 2013/02/03