]> git.proxmox.com Git - qemu.git/history - hw/ptimer.c
slirp: Replace m_freem with m_free
[qemu.git] / hw / ptimer.c
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-25 Anthony LiguoriMerge remote-tracking branch 'awilliam/ipxe' into staging
2011-04-22 Juan Quintelavmstate: port pmtimer
2011-03-24 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-03-21 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-03-21 Aurelien JarnoMerge branch 'for-anthony' of git://github.com/bonzini...
2011-03-21 Paolo Bonzinichange all other clock references to use nanosecond...
2009-10-05 Juan Quintelavmstate: remove const for put operations
2009-08-31 Blue SwirlAdd VMState support for ptimers
2009-03-31 blueswir1Remove unused variable
2009-03-31 pbrookAvoid rounding problems in ptimer_get_count
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-10-02 blueswir1Resurrect the safe part of r5274
2008-09-25 blueswir1Revert r5274 which breaks savevm/loadvm
2008-09-20 blueswir1Add signed versions of save/load functions
2008-05-25 pbrookIgnore duplicate timer run requests.
2007-11-17 pbrookBreak up vl.h.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-03 pbrookLeave running timer alone if not reloading.
2007-05-24 blueswir1Change ptimer API to use 64-bit values, add save and...
2007-05-23 pbrookAdd periodic timer implementation.