qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [Bochs-developers] [PATCH] Read additional ACPI tab


From: Anthony Liguori
Subject: Re: [Qemu-devel] Re: [Bochs-developers] [PATCH] Read additional ACPI tables from a VM
Date: Mon, 09 Feb 2009 15:28:52 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Gleb Natapov wrote:
+
+static int acpi_load_table(int i, uint32_t addr, uint16_t *len)
+{
+    qemu_cfg_read((uint8_t*)len, sizeof(*len));
+
+    if (!*len)
+        return -1;
+
+    qemu_cfg_read((uint8_t*)addr, *len);
+    return 0;
+}
#endif

void init_smp_msrs(void)
Can you please diff against bochs cvs?

Will do. This patch was initially intended to go to qemu patch series so I
did it against patched bios source.

I'm happy to update to a more recent BIOS snapshot...

 And unpatched bochs bios does not
boot linux with qemu. IRQ routing problem or something.

Unless upstream Bochs has regressed. Did you apply the other patches in the QEMU series? Some are no longer needed I think.

Regards,

Anthony Liguori

--
                        Gleb.







reply via email to

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