]> git.proxmox.com Git - qemu.git/history - ioport.c
update VERSION for 1.1.2
[qemu.git] / ioport.c
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-04-08 Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-03-19 Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-19 Blue Swirlioport: use INT64_MAX for IO ranges
2012-03-05 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-03-05 Avi Kivityioport: add destructor method to IORange
2012-03-03 Blue SwirlMerge branch 'upstream' of git://qemu.weilnetz.de/qemu
2012-03-03 Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-03-03 Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-02-29 Avi Kivityioport: change portio_list not to use memory_region_set...
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-10-20 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-6...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.28' into staging
2011-10-14 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-10-11 Avi KivityIntroduce PortioList
2011-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-05 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-08-04 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'agraf/xen-next' into...
2011-07-29 Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-29 Avi Kivityioport: register ranges by byte aligned addresses always
2011-07-23 Paolo Bonzinireport serial devices created with -device in the PIIX4...
2011-03-06 Andreas Färberioport: Improve error output
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-11-21 Avi KivityType-safe ioport callbacks
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-09-09 Prerna Saxenatrace: Trace port IO
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-20 Blue Swirlioports: remove unused env parameter and compile only...
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.