]> git.proxmox.com Git - mirror_qemu.git/history - ioport.c
Make ioport default tables const
[mirror_qemu.git] / ioport.c
2009-09-06 Blue SwirlMake ioport default tables const
2009-08-24 Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-16 Isaku Yamahataioport: use uint{32, 16, 8}_t for ioport value and...
2009-07-16 Isaku Yamahataioport: remove some #ifdef DEBUG_UNUSED_IOPORT.
2009-07-09 Isaku Yamahataioport: consolidate duplicated logic in register_ioport...
2009-07-09 Isaku Yamahatause constant IOPORTS_MASK instead of 0xffff.
2009-07-09 Isaku Yamahatasplit out ioport related stuffs from vl.c into ioport.c.