]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2009-08-08  Blue SwirlSparc32: move device instantiation to sun4m.c
2009-08-08  Blue SwirlSparc32: Refactor slavio timer
2009-08-08  Blue Swirlppc_newworld: configure screen size from QEMU command...
2009-08-08  Blue SwirlSparc64: configure screen size from QEMU command line...
2009-08-08  Laurent Vivierppc_oldworld: configure screen size from qemu command...
2009-08-04  Igor KovalenkoSparc64: replace tsptr with helper routine
2009-08-03  Nathan Froydlinux-user: make FUTEX_* calls honor timeout parameter
2009-08-03  Nathan Froydenable NPTL for ppc-linux-user targets in configure
2009-08-03  Nathan Froydlinux-user: handle POWERPC_EXCP_STCX
2009-08-03  Nathan Froydtarget-ppc: add exceptions for conditional stores
2009-08-03  Nathan Froydtarget-ppc: retain l{w,d}arx loaded value
2009-08-03  Nathan Froydtarget-ppc: add cpu_set_tls
2009-08-03  Nathan Froydtarget-ppc: fix cpu_clone_regs
2009-08-01  Blue SwirlFix Sparse warning about missing prototype
2009-08-01  Blue SwirlFix Sparse warning about "expression using sizeof on...
2009-08-01  Blue SwirlAdd missing "static"
2009-08-01  Blue SwirlMore NULL pointer fixes
2009-07-31  Blue SwirlFix Sparse warnings: "Using plain integer as NULL pointer"
2009-07-31  Blue SwirlPPC: convert Uni-north to qdev: also fixes Mac99 machin...
2009-07-31  Blue SwirlPPC: convert Grackle to qdev
2009-07-31  Paul BrookOption rom makefile fixes
2009-07-31  Paul BrookSave/restore ARMv6 MMU state
2009-07-31  Blue Swirlesp: fix interrupt register read
2009-07-31  Igor Kovalenkosparc64 flush pending conditional evaluations before...
2009-07-31  Blue SwirlFix SDL zooming with pl110 (cf. d3ffcafe25b5966b351ea61...
2009-07-30  Bill Paule1000.c doesn't properly emulate EERD and ICS registers
2009-07-30  Gerd Hoffmannqemu-option: fix parse_option_number().
2009-07-30  Gerd Hoffmannqdev: convert all vga devices.
2009-07-30  Gerd Hoffmannqdev/core: add monitor command to list all drivers
2009-07-30  Gerd Hoffmannqdev: factor out qdev_print_devinfo.
2009-07-30  Markus ArmbrusterFix VM state change handlers running out of order
2009-07-30  Gerd Hoffmannvnc: fix copyrect screen corruption
2009-07-30  Mark McLoughlinRemove the virtio-{blk, console}-pci-0-10 device types
2009-07-30  Mark McLoughlinRemove the pc-0-10 machine type
2009-07-30  Paolo Bonzinifix migration to obey -S
2009-07-30  Bjørn Morkalsa: add host suspend/resume support
2009-07-28  Anthony LiguoriDefine ENOTSUP anywhere it isn't defined
2009-07-27  Anthony LiguoriRevert "Fake dirty loggin when it's not there"
2009-07-27  Blue SwirlFix out of tree build broken by 791e08c753a9f9be3c3880b...
2009-07-27  Anthony LiguoriFix typo WIN32 -> _WIN32
2009-07-27  Juan Quintelaset SEARCH_PATH for the linker script from output of...
2009-07-27  Juan Quintelagenerate LDFLAGS for *-linux-user and *-bsd-user in...
2009-07-27  Juan Quintelaour build system don't support mips little endian linux...
2009-07-27  Juan QuintelaDon't build option roms on Mac OS X
2009-07-27  Juan Quintelamultiboot.bin is a generated file
2009-07-27  Juan Quintelause cc-option for optionrom
2009-07-27  Juan QuintelaUse quiet-command for building optionrom
2009-07-27  Juan Quintelamove cc-option definition to rules.mak
2009-07-27  Juan QuintelaGenerate config-host.h from config-host.mak
2009-07-27  Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-27  Juan Quintelarename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
2009-07-27  Juan Quinteladefine ENOTSUP the same that the other errors
2009-07-27  Juan Quintelatest if xen is enabled only once
2009-07-27  Juan Quintelasimplify fdt libs selection
2009-07-27  Juan Quintelasimplify vde libs selection
2009-07-27  Juan Quintelasimplify brlapi selection
2009-07-27  Juan Quintelasimplify curses library selection
2009-07-27  Juan QuintelaDefine and use xen libs in a single place
2009-07-27  Juan Quintelaindent with 2 spaces sdl tests
2009-07-27  Juan Quintelaremove sdl_static. Just do the right thing if static...
2009-07-27  Juan Quintelatarget_softmmu is undefined at that point
2009-07-27  Juan Quintelainstead of setup sdl_x11 just add -lX11 to sdl_libs
2009-07-27  Juan QuintelaCalculate sdl_libs and sdl_flags and use them everywhere
2009-07-27  Juan Quintelasdl_config value was always sdl-config
2009-07-27  Juan Quintelathe else part of this test is obsolete We are testing...
2009-07-27  Juan QuintelaUse CONFIG_POSIX to simplify Makefile
2009-07-27  Juan QuintelaAdd CONFIG_POSIX
2009-07-27  Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-27  Juan Quintelarename DEBUG_EXEC to CONFIG_DEBUG_EXEC
2009-07-27  Juan Quintelarename DEBUG_TCG to CONFIG_DEBUG_TCG
2009-07-27  Juan Quintelarename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H
2009-07-27  Juan Quintelarename HAVE_GPROF to TARGET_GPROF
2009-07-27  Juan Quintelarename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
2009-07-27  Juan Quintelarename HAVE_FNMATCH_H to CONFIG_FNMATCH
2009-07-27  Juan Quintelarename HAVE_IOVEC to CONFIG_IOVEC
2009-07-27  Juan Quintelarename HAVE_PREADV to CONFIG_PREADV
2009-07-27  Juan Quinteladefine MAP_ANONYMOUS if it is not defined in qemu-common.h
2009-07-27  Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27  Juan QuintelaO_LARGEFILE is already set in qemu-common.h
2009-07-27  Juan Quintelafix indententation
2009-07-27  Juan QuintelaRefactor code to remove one #ifdef CONFIG_FDT
2009-07-27  Juan QuintelaRename HAVE_FDT to CONFIG_FDT and define it also in...
2009-07-27  Juan QuintelaAdd -static in configure if needed
2009-07-27  Juan Quintelamore specific config.mak can overwrote more general...
2009-07-27  Juan Quintelamove printing of config-host.mak variables to end of...
2009-07-27  Juan Quintelamake oss use OSS_LIBS
2009-07-27  Juan Quintelamake fmod also use FMOD_{LIBS,CFLAGS}
2009-07-27  Juan Quintelaremove CONFIG_ from BLUEZ_{LIBS,FLAGS}
2009-07-27  Juan Quintelaremove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
2009-07-27  Juan Quintelause same algorithm for testing and
2009-07-27  Juan Quintelaremove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
2009-07-27  Juan Quintelatarget_arch2 is redefined unconditionally later
2009-07-27  Juan QuintelaRemove SP_CFLAGS and SP_LDFLAGS
2009-07-27  Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-07-27  Filip NavaraEnable USE_DIRECT_JUMP on Win32.
2009-07-27  Filip NavaraRemove special Win32 code in vl.c that's no longer...
2009-07-27  Filip NavaraRemove setvbuf(<handle>, NULL, _IOLBF, 0) calls for...
2009-07-27  Filip NavaraRemove useless Win32 include files and unused function...
2009-07-27  Filip Navaratap-win32: Use correct headers.
2009-07-27  Glauber Costafix broken migration
next