X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ioport.c;h=a0ac2a0a4145adbaf5d7a04b690a9ab31408614d;hb=4458c23672904fa131e69897007eeb7c953be7e5;hp=78a3b890fbe887d99d124c5abd2f23190ab6d262;hpb=c5b703ac2073de8b968ef058793db0294f6a2979;p=qemu.git diff --git a/ioport.c b/ioport.c index 78a3b890f..a0ac2a0a4 100644 --- a/ioport.c +++ b/ioport.c @@ -25,9 +25,9 @@ * splitted out ioport related stuffs from vl.c. */ -#include "ioport.h" +#include "exec/ioport.h" #include "trace.h" -#include "memory.h" +#include "exec/memory.h" /***********************************************************/ /* IO Port */ @@ -385,7 +385,7 @@ static void portio_list_add_1(PortioList *piolist, * rather than an offset relative to to start + off_low. */ memory_region_init_io(region, ops, piolist->opaque, piolist->name, - UINT64_MAX); + INT64_MAX); memory_region_init_alias(alias, piolist->name, region, start + off_low, off_high - off_low); memory_region_add_subregion(piolist->address_space,