summary refs log tree commit diff stats
path: root/hw/core/qdev-properties-system.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-07slirp: Propagate host TCP RST to the guest.Edgar E. Iglesias1-1/+16
2016-04-07slirp: avoid use-after-free in slirp_pollfds_poll() if soread() returns an errorSteven Luo3-8/+23
2016-04-07slirp: don't crash when tcp_sockclosed() is called with a NULL tpSteven Luo1-2/+5
2016-04-05Update version for v2.6.0-rc1 releasePeter Maydell1-1/+1
2016-04-05tcg/mips: Fix type of tcg_target_reg_alloc_order[]James Hogan1-1/+1
2016-04-05bsd-user: Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningEd Maste1-1/+1
2016-04-05bsd-user: add qemu/cutils.h include after f348b6dEd Maste1-0/+1
2016-04-05crypto: Avoid memory leak on failureEric Blake1-6/+6
2016-04-05qemu-iotests: 149: Use "/usr/bin/env python"Fam Zheng1-1/+1
2016-04-05crypto: fix nettle config check for running pbkdf testDaniel P. Berrange1-1/+1
2016-04-05crypto: fix typo in docs for secret object typeDaniel P. Berrange1-1/+1
2016-04-05net: fix missing include of qapi/error.h in netmap.cDaniel P. Berrange1-0/+1
2016-04-05nbd: Fix poor debug messageEric Blake1-1/+1
2016-04-05include/qemu/atomic: add compile time assertsAlex Bennée1-24/+34
2016-04-05cpus: don't use atomic_read for vm_clock_warp_startAlex Bennée1-1/+9
2016-04-05nbd: don't request FUA on FLUSHEric Blake1-4/+0
2016-04-05doc/memory: update MMIO sectionCao jin1-2/+2
2016-04-05char: ensure all clients are in non-blocking modeDaniel P. Berrange1-1/+2
2016-04-05char: fix broken EAGAIN retry on OS-X due to errno clobberingDaniel P. Berrange1-18/+18
2016-04-05util: retry getaddrinfo if getting EAI_BADFLAGS with AI_V4MAPPEDDaniel P. Berrange2-5/+19
2016-04-05checkpatch: add target_ulong to typelistCédric Le Goater1-0/+1
2016-04-05target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRsPaolo Bonzini1-4/+30
2016-04-05target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not setPaolo Bonzini1-0/+3
2016-04-05memory: fix segv on qemu_ram_free(block=0x0)Marc-André Lureau1-0/+4
2016-04-05target-i386/kvm: Hyper-V VMBus hypercalls blank handlersAndrey Smetanin1-0/+12
2016-04-05update Linux headers to 4.6Paolo Bonzini14-12/+140
2016-04-05.travis.yml: make -j3Alex Bennée1-1/+1
2016-04-05.travis.yml: enable OSX buildsAlex Bennée1-0/+5
2016-04-05.travis.yml: collapse the test matrixAlex Bennée1-57/+18
2016-04-05block: Forbid I/O throttling on nodes with multiple parents for 2.6Kevin Wolf2-0/+14
2016-04-05block: forbid x-blockdev-del from acting on DriveInfoPaolo Bonzini1-0/+5
2016-04-05vl: Move cpu_synchronize_all_states() into qemu_system_reset()David Gibson1-2/+2
2016-04-05spapr_drc: enable immediate detach for unsignalled devicesMichael Roth3-0/+47
2016-04-05ppc: Rework POWER7 & POWER8 exception modelCédric Le Goater5-23/+59
2016-04-04target-arm: Make the 64-bit version of VTCR do the migrationPeter Maydell1-1/+5
2016-04-04target-arm: Remove incorrect ALIAS tags from ESR_EL2 and ESR_EL3Peter Maydell1-2/+0
2016-04-04target-arm: Correctly reset SCTLR_EL3 for 64-bit CPUsPeter Maydell1-10/+13
2016-04-04linux-user: arm: Handle (ignore) EXCP_YIELD in ARM cpu_loop()Peter Maydell1-0/+6
2016-04-04hw/arm/bcm2836: Wire up CPU timer interrupts correctlyPeter Maydell1-1/+5
2016-04-04bsd-user: add necessary includes to fix warningsEd Maste1-0/+2
2016-04-04net: fix missing include of qapi/error.h in netmap.cDaniel P. Berrange1-0/+1
2016-04-04ui/cocoa.m: Add support for cdr filesJohn Arbuckle1-1/+2
2016-04-01slirp: Allow disabling IPv4 or IPv6Samuel Thibault9-10/+74
2016-04-01slirp: Fix migration from older versions of QEMU to the current oneThomas Huth1-18/+26
2016-03-31MAINTAINERS: Delete invalid maintainer entries of the Exynos sectionThomas Huth1-3/+0
2016-03-31Xen: update MAINTAINERS infoStefano Stabellini1-1/+2
2016-03-31trace-events: Fix typos (found by codespell)Stefan Weil1-2/+2
2016-03-31log: move qemu_log_close/qemu_log_flush from header to log.cDenis V. Lunev2-17/+22
2016-03-31trace: do not always call exit() in trace_enable_eventsDenis V. Lunev1-1/+4
2016-03-31docs: Update documentation for stderr (now log) tracing backend.Richard W.M. Jones1-2/+2