]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2007-09-22  pbrookOnly build qemu-img with softmmu targets.
2007-09-22  blueswir1 Fix breakage on big endian hosts (Aurelien Jarno)
2007-09-21  blueswir1 Rework ASI instructions (Aurelien Jarno)
2007-09-21  blueswir1 Improve keyboard handling
2007-09-21  j_mayerAvoid compilation warnings on 32 bits hosts.
2007-09-21  j_mayerAvoid compilation warnings on 64 bits hosts.
2007-09-21  j_mayerMore PowerPC definitions, from POWER 2.04 specification...
2007-09-21  j_mayerRework PowerPC 440 TLB management (thanks to Hollis...
2007-09-21  j_mayerMake CPU hflags be a masked version of the PowerPC...
2007-09-20  j_mayerExtend TB flags to 64 bits (Alexander Graf).
2007-09-20  blueswir1 Change ldl_phys to cpu_physical_memory_read, fix pte...
2007-09-20  blueswir1 Fix tadd op generation with GCC 4.x
2007-09-20  blueswir1 Detabify
2007-09-20  balrogMake likely/unlikely accessible also in hw/.
2007-09-20  balrogUse logfile only when loglevel is set (http://bugzilla...
2007-09-20  j_mayerMove likely and unlikely macros in a common place ...
2007-09-19  j_mayerMore PowerPC registers definitions.
2007-09-19  j_mayerTARGET_FMT_lu may also be useful.
2007-09-19  j_mayerCode provision for PowerPC BookE MMU model support.
2007-09-19  j_mayerImprove PowerPC target implementation, using computed...
2007-09-19  j_mayerAvoid Linux to stay stucked in an infinite loop when...
2007-09-19  j_mayerCode provision for PowerPC 64 MMU model support.
2007-09-19  j_mayerMore PowerPC target cleanups:
2007-09-18  j_mayerFix invalid MAP_xxx flags for PowerPC targets.
2007-09-18  j_mayerAlways keep the bootinfo structure in the first 16 MB,
2007-09-18  j_mayerFix PowerPC 32 emulation on 64 bits hosts:
2007-09-17  balrogPrevent segfaulting when -clock is specified multiple...
2007-09-17  balrogPass correct pointer to HID keyboard event handler...
2007-09-17  j_mayerPowerPC flags update/use fixes:
2007-09-17  j_mayerCoding style fixes in PowerPC related code (no function...
2007-09-17  thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16  thsSolaris x86_64 configure patch, by Ben Taylor.
2007-09-16  thsvmdk compatibility level 6 images, by Soren Hansen.
2007-09-16  thsAdd some missing checks for host syscalls.
2007-09-16  thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-16  thsAdd a local copy of hpet.h.
2007-09-16  thsUse UINT64_MAX instead of ULONG_LONG_MAX, suggested...
2007-09-14  thsLess magic constants, by Filip Navara.
2007-09-13  thsFix infinite loop in VNC support, by Marc Bevand.
2007-09-13  thsEmulate spinning floppy disk, by Jan Jezabek.
2007-09-13  thsMove network related includes to vl.c to help SLIRP...
2007-09-13  thsEnhance raw io reliability, by Ben Guthro.
2007-09-13  thsAllow more IDE power management, by Ben Guthro.
2007-09-13  thsStop the compiler from using section anchors.
2007-09-13  thsImproved EEPRO 100 emulation, by Filip Navara.
2007-09-13  thsIntel cache info, by Filip Navara.
2007-09-13  thsPartial IDE DVD emulation, by Filip Navara.
2007-09-11  thsFix tb->size mishandling, by Daniel Jacobowitz.
2007-09-10  thsFix the reported xlevel for Intel CPU, by Filip Navara.
2007-09-10  thsFix VMDK 2GB bug, by Filip Navara.
2007-09-09  pbrookImplement HID idle mode (avoids flooding guest with...
2007-09-06  thsPartial support for 34K multithreading, not functional...
2007-08-28  thsBuild fix for older GCCs.
2007-08-26  thsLet qemu work with latest bochsbios, by Bernhard Kauer.
2007-08-26  thsarm_gic.c error message fix, by Adam Lackorzynski.
2007-08-26  thsSH4 mov.b fix, by Vince Weaver.
2007-08-26  thsAdd file missed in last commit.
2007-08-26  thsUse the framework for the VMware mouse emulation, by...
2007-08-26  thsAdd a generic framework for VMware communication port...
2007-08-26  thsReplace tabs by 8 spaces. No code change, by Herve...
2007-08-26  thsLast AIO patch, by Vladimir N. Oleynik.
2007-08-26  thsDisable 64-bit instructions on 32-bit CPU, by Aurelien...
2007-08-26  thsReset buffer pointers after CR/LF, by Jim Paris.
2007-08-26  thsSet apic instance number for savevm, by Ari Kivity.
2007-08-26  thsFix typo in comment, by Andreas Faerber.
2007-08-26  thsMake dynticks conditional on __linux__. Spotted by...
2007-08-25  thsActually add d3des implementation files.
2007-08-25  thsDocument all VNC authentication options, by Daniel...
2007-08-25  thsCustom location for x509 cert paths, by Daniel P. Berrange.
2007-08-25  thsx509 client certificate verification, by Daniel P....
2007-08-25  thsx509 certificate for server, by Daniel P. Berrange.
2007-08-25  thsVeNCrypt basic TLS support, by Daniel P. Berrange.
2007-08-25  thsVNC password authentication, by Daniel P. Berrange.
2007-08-25  thsExtend monitor 'change' command for VNC, by Daniel...
2007-08-25  thsRefactor VNC server setup API, by Daniel P. Berrange.
2007-08-25  thsAvoid SEGV in IOHandler dispatch, by Daniel P. Berrange.
2007-08-24  thsDe-noise startup.
2007-08-24  thsAdd support for dynamic ticks, by Luca Tettamanti and...
2007-08-24  thsImplement -clock selection, by Luca Tettamanti.
2007-08-23  pbrookSuppress int<->pointer compiler warnings.
2007-08-20  thsWindows build fix, spotted by Herve Poussineau.
2007-08-19  thsAdd -clock option, by Luca Tettamanti.
2007-08-19  thsRework alarm timer infrastrucure, by Luca Tettamanti.
2007-08-19  thsFix bugs in the ATAPI cdrom driver, by Brandon Philips.
2007-08-19  thsDarwin-user: Compile fix for ppc targets, by Pierre...
2007-08-18  thsRemove obsolete comment.
2007-08-16  blueswir1 Remove old leftovers
2007-08-16  blueswir1 Use qemu_irq for a reset signal between DMA and ESP...
2007-08-14  thsMIPS disassembler update.
2007-08-11  blueswir1r158: Fix wrong number of clean/saveable windows
2007-08-11  blueswir1 Enable Selection command (NetBSD)
2007-08-11  blueswir1 Generate interrupts and update state even if output...
2007-08-11  blueswir1 Log invalid accesses (no faults generated yet)
2007-08-11  blueswir1 Improve iommu debugging, use register names
2007-08-06  pbrookEnsure string is properly terminated.
2007-08-05  blueswir1 Fix Slavio interrupt controller debugging output
2007-08-04  blueswir1 Use UTC/localtime flag in M48Txx
2007-08-04  blueswir1 Fix Sparc32 interrupt handling
2007-08-01  thsFix rtl8139 checksum calculation, by Tim Deegan.
2007-08-01  balrogMove Spitz microdrive from first to second PCMCIA slot...
next