aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-12build: support linking with libtool objects/librariesPaolo Bonzini
2013-01-12build: make libtool verbose when making with V=1Paolo Bonzini
2013-01-12stubs: fully replace qemu-tool.c and qemu-user.cPaolo Bonzini
2013-01-12qemu-option: move standard option definitions out of qemu-config.cPaolo Bonzini
2013-01-12Merge branch 'target-arm.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl
2013-01-12Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2013-01-12Merge branch 's390-reorg' of git://repo.or.cz/qemu/rthBlue Swirl
2013-01-12hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return valueJulien Grall
2013-01-12tcg-i386: use LEA for 3-operand 64-bit additionPaolo Bonzini
2013-01-12pixman: fix warningGerd Hoffmann
2013-01-12gcc: rename CONFIG_PRAGMA_DISABLE_UNUSED_BUT_SET to CONFIG_PRAGMA_DIAGNOSTIC_...Gerd Hoffmann
2013-01-12optionrom: build with discrete CPP and AS stepsBlue Swirl
2013-01-12slirp: remove unused field ttBlue Swirl
2013-01-12user: Consider symbolic links as possible directoriesRichard Henderson
2013-01-12alpha-linux-user: Fix sigactionRichard Henderson
2013-01-12linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson
2013-01-12bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_pRichard Henderson
2013-01-12bswap: Rewrite all ld<type>_<endian>_p functionsRichard Henderson
2013-01-12bswap: Add host endian unaligned access functionsRichard Henderson
2013-01-12bswap: Tidy base definitions of bswapNRichard Henderson
2013-01-12fdt: Use bswapN instead of bswap_NRichard Henderson
2013-01-11target-arm: Fix SWI (SVC) instruction in M profile.Alex_Rozenman@mentor.com
2013-01-11target-arm: use type_register() instead of type_register_static()Eduardo Habkost
2013-01-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2013-01-11Merge remote-tracking branch 'kraxel/q35.1' into stagingAnthony Liguori
2013-01-11Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori
2013-01-11hw/pc.c: Fix converting of ioport_register* to MemoryRegionJulien Grall
2013-01-11Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil
2013-01-11savevm: Remove MinGW specific code which is no longer neededStefan Weil
2013-01-11qga/channel-posix.c: Explicitly include string.hPeter Maydell
2013-01-11configure: Fix comment (copy+paste bug)Stefan Weil
2013-01-11Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs tooLaszlo Ersek
2013-01-11pc: rename machine typesGerd Hoffmann
2013-01-11q35: document chipset devicesGerd Hoffmann
2013-01-11q35: add ich9 intel hda controllerGerd Hoffmann
2013-01-10virtio-scsi: abort in-flight I/O when the device is resetPaolo Bonzini
2013-01-10qdev: add qbus_reset_allPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-10Merge branch 'master' of git://git.qemu.org/qemu into prep-upAndreas Färber
2013-01-10Merge remote-tracking branch 'kraxel/build.1' into stagingAnthony Liguori
2013-01-10Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st...Anthony Liguori
2013-01-10m48t59-test: don't touch watchdogGerd Hoffmann
2013-01-10rtc-test: skip year-2038 overflow check in case time_t is 32bit onlyGerd Hoffmann
2013-01-09Check return values from g_poll and selectFabien Chouteau
2013-01-09Merge remote-tracking branch 'mdroth/qga-pull-1-8-2013' into stagingAnthony Liguori
2013-01-08qemu-ga: sample fsfreeze hooksTomoki Sekiyama
2013-01-08qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thawTomoki Sekiyama
2013-01-08qemu-ga: guest_suspend(): improve error reportingLuiz Capitulino
2013-01-08qemu-ga: bios_supports_mode(): improve error reportingLuiz Capitulino
2013-01-08qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()Luiz Capitulino