summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-12gcc: rename CONFIG_PRAGMA_DISABLE_UNUSED_BUT_SET to CONFIG_PRAGMA_DIAGNOSTIC_...Gerd Hoffmann2-5/+5
2013-01-12optionrom: build with discrete CPP and AS stepsBlue Swirl2-3/+11
2013-01-12slirp: remove unused field ttBlue Swirl1-1/+0
2013-01-12user: Consider symbolic links as possible directoriesRichard Henderson1-2/+3
2013-01-12alpha-linux-user: Fix sigactionRichard Henderson2-15/+9
2013-01-12linux-user: Rewrite __get_user/__put_user with __builtin_choose_exprRichard Henderson1-30/+33
2013-01-12bswap: Rewrite cpu_to_<endian><type>u with {ld,st}<type>_<endian>_pRichard Henderson1-94/+53
2013-01-12bswap: Rewrite all ld<type>_<endian>_p functionsRichard Henderson1-270/+30
2013-01-12bswap: Add host endian unaligned access functionsRichard Henderson1-1/+50
2013-01-12bswap: Tidy base definitions of bswapNRichard Henderson1-42/+30
2013-01-12fdt: Use bswapN instead of bswap_NRichard Henderson1-8/+8
2013-01-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori9-52/+22
2013-01-11Merge remote-tracking branch 'kraxel/q35.1' into stagingAnthony Liguori5-13/+170
2013-01-11Merge remote-tracking branch 'afaerber-or/prep-up' into stagingAnthony Liguori8-32/+477
2013-01-11hw/pc.c: Fix converting of ioport_register* to MemoryRegionJulien Grall1-0/+12
2013-01-11Replace remaining gmtime, localtime by gmtime_r, localtime_rStefan Weil4-21/+4
2013-01-11savevm: Remove MinGW specific code which is no longer neededStefan Weil1-28/+2
2013-01-11qga/channel-posix.c: Explicitly include string.hPeter Maydell1-0/+1
2013-01-11configure: Fix comment (copy+paste bug)Stefan Weil1-1/+1
2013-01-11Makefile: install the "acpi-dsdt.aml" and "q35-acpi-dsdt.aml" blobs tooLaszlo Ersek1-0/+1
2013-01-11pc: rename machine typesGerd Hoffmann2-6/+6
2013-01-11q35: document chipset devicesGerd Hoffmann1-0/+129
2013-01-11q35: add ich9 intel hda controllerGerd Hoffmann1-7/+34
2013-01-10virtio-scsi: abort in-flight I/O when the device is resetPaolo Bonzini1-0/+4
2013-01-10qdev: add qbus_reset_allPaolo Bonzini2-1/+18
2013-01-10Make all static TypeInfos constAndreas Färber252-342/+342
2013-01-10Merge branch 'master' of git://git.qemu.org/qemu into prep-upAndreas Färber2096-121147/+188921
2013-01-10Merge remote-tracking branch 'kraxel/build.1' into stagingAnthony Liguori2-0/+9
2013-01-10Merge remote-tracking branch 'awilliam/tags/qemu-1.4-vfio-20130109.0' into st...Anthony Liguori1-6/+28
2013-01-10m48t59-test: don't touch watchdogGerd Hoffmann1-0/+5
2013-01-10rtc-test: skip year-2038 overflow check in case time_t is 32bit onlyGerd Hoffmann1-0/+4
2013-01-09Check return values from g_poll and selectFabien Chouteau1-14/+13
2013-01-09Merge remote-tracking branch 'mdroth/qga-pull-1-8-2013' into stagingAnthony Liguori7-112/+342
2013-01-08qemu-ga: sample fsfreeze hooksTomoki Sekiyama4-1/+91
2013-01-08qemu-ga: execute hook to quiesce the guest on fsfreeze-freeze/thawTomoki Sekiyama3-1/+117
2013-01-08qemu-ga: guest_suspend(): improve error reportingLuiz Capitulino1-11/+18
2013-01-08qemu-ga: bios_supports_mode(): improve error reportingLuiz Capitulino1-19/+27
2013-01-08qemu-ga: qmp_guest_network_get_interfaces(): get rid of snprintf() + error_set()Luiz Capitulino1-21/+8
2013-01-08qemu-ga: qmp_guest_fstrim(): get rid of sprintf() + error_set()Luiz Capitulino1-7/+3
2013-01-08qemu-ga: qmp_guest_fsfreeze_*(): get rid of sprintf() + error_set()Luiz Capitulino1-7/+3
2013-01-08qemu-ga: build_fs_mount_list(): take an Error argumentLuiz Capitulino1-14/+16
2013-01-08qemu-ga: qmp_guest_shutdown(): improve error reportingLuiz Capitulino1-10/+38
2013-01-08qemu-ga: qmp_guest_file_*: improve error reportingLuiz Capitulino1-9/+13
2013-01-08qemu-ga: qmp_guest_file_close(): fix fclose() error checkLuiz Capitulino1-1/+1
2013-01-08qemu-ga: guest_file_handle_find(): take an Error argumentLuiz Capitulino1-11/+7
2013-01-08Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori13-67/+171
2013-01-08vfio-pci: Loosen sanity checks to allow future featuresAlex Williamson1-2/+2
2013-01-08vfio-pci: Make host MSI-X enable track guestAlex Williamson1-4/+26
2013-01-08target-i386: Explicitly set vendor for each built-in cpudefIgor Mammedov1-9/+31
2013-01-08target-i386: Sanitize AMD's ext2_features at realize timeIgor Mammedov1-10/+11