On Sun, Nov 29, 2015 at 06:44:58PM +0200, Marcel Apfelbaum wrote: [...] > >diff --git a/include/hw/i386/pc.h b/include/hw/i386/pc.h > >index 854c330..040d1f2 100644 > >--- a/include/hw/i386/pc.h > >+++ b/include/hw/i386/pc.h > >@@ -296,7 +296,11 @@ int e820_add_entry(uint64_t, uint64_t, uint32_t); > > int e820_get_num_entries(void); > > bool e820_get_entry(int, uint32_t, uint64_t *, uint64_t *); > > > >+#define PC_COMPAT_2_5 \ > >+ /* empty */ > > Hi, > > Should PC_COMPAT_2_5 have automatically HW_COMPAT_2_5 ?
Yes, it should! Thanks for noting. -- Eduardo