qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/6] change acpi numa info format passed from qem


From: liguang
Subject: [Qemu-devel] [PATCH v2 0/6] change acpi numa info format passed from qemu to seabios
Date: Fri, 22 Feb 2013 12:15:27 +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.

v2:
        changes to fix coding style
        spotted by Blue Swirl <address@hidden>

Li Guang (6)
         pc/bios: move common BIOS_CFG_IOPORT into fw_cfg.h
         pc/numa: refactor bios_init function
         bitops: change BITS_TO_LONGS
         pc: format load_linux()
         load_linux: report open kernel file & its size error
         load_linux: change kernel header size allocation

hw/fw_cfg.h           | 4 ++++
hw/pc.c               | 169 ++++-----
hw/sun4u.c            | 3 +--
include/qemu/bitops.h | 2 +-
4 files changed, 94 insertions(+), 84 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]