summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-23update VERSION for 1.4.2v1.4.2Michael Roth1-1/+1
2013-05-20ppc: do not register IABR SPR twice for 603eHervé Poussineau1-5/+0
2013-05-20hw/9pfs: use O_NOFOLLOW for mapped readlink operationAneesh Kumar K.V1-1/+1
2013-05-20hw/9pfs: Fix segfault with 9p2000.uAneesh Kumar K.V1-1/+1
2013-05-17rbd: add an asynchronous flushJosh Durgin1-4/+33
2013-05-17qemu-iotests: add tests for rebasing zero clustersPaolo Bonzini3-0/+93
2013-05-17virtio-balloon: fix integer overflow in BALLOON_CHANGE QMP eventLuiz Capitulino1-1/+1
2013-05-16qemu-timer: move timeBeginPeriod/timeEndPeriod to os-win32Paolo Bonzini2-18/+18
2013-05-16configure: Don't fall back to gthread coroutine backendBrad Smith3-49/+57
2013-05-16usb-redir: Fix crash on migration with no client connectedHans de Goede1-0/+4
2013-05-16docs: Fix generating qemu-doc.html with texinfo 5Cole Robinson1-12/+7
2013-05-14qga: unlink just created guest-file if fchmod() or fdopen() fails on itLaszlo Ersek1-0/+3
2013-05-14qga: distinguish binary modes in "guest_file_open_modes" mapLaszlo Ersek1-6/+16
2013-05-14translate-all.c: Remove cpu_unlink_tb()Peter Maydell1-69/+0
2013-05-14Handle CPU interrupts by inline checking of a flagPeter Maydell6-4/+44
2013-05-14cpu-exec: wrap tcg_qemu_tb_exec() in a fn to restore the PCPeter Maydell1-11/+17
2013-05-14tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell3-6/+49
2013-05-14qga: set umask 0077 when daemonizing (CVE-2013-2007)Laszlo Ersek2-5/+117
2013-05-14tcg/optimize: fix setcond2 optimizationAurelien Jarno1-0/+1
2013-05-14target-mips: Fix accumulator arguments to gen_helper_dmult(u)Richard Sandiford3-8/+8
2013-05-14configure: Pick up libseccomp include pathAndreas Färber1-0/+1
2013-05-13virtio-ccw: Check indicators location.Cornelia Huck1-0/+6
2013-05-13tap: properly initialize vhostfdsJason Wang1-1/+1
2013-05-13rng random backend: check for -EAGAIN errors on readAmit Shah1-0/+3
2013-05-13qdev: Fix QOM unrealize behaviorAndreas Färber2-8/+19
2013-05-13nbd: unlock mutex in nbd_co_send_request() error pathStefan Hajnoczi1-1/+1
2013-04-15update VERSION for 1.4.1v1.4.1Michael Roth1-1/+1
2013-04-09Add -f FMT / --format FMT arg to qemu-nbdDaniel P. Berrange2-2/+20
2013-04-09target-mips: Fix accumulator selection for MIPS16 and microMIPSRichard Sandiford3-90/+72
2013-04-06Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith2-5/+2
2013-04-05target-i386: Check for host features before filter_features_for_kvm()Eduardo Habkost1-3/+3
2013-04-05help: add docs for missing 'queues' option of tapJason Wang2-1/+4
2013-04-04compiler: fix warning with GCC 4.8.0Paolo Bonzini1-1/+1
2013-04-04block: complete all IOs before resizing a devicePeter Lieven1-0/+3
2013-04-04Revert "block: complete all IOs before .bdrv_truncate"Peter Lieven1-4/+0
2013-04-04qxl: better vga init in enter_vga_modeGerd Hoffmann1-1/+1
2013-04-04doc: Fix texinfo @table markup in qemu-options.hxMarkus Armbruster1-19/+37
2013-04-04acpi: initialize s4_val used in s4 shutdownBruce Rogers5-5/+6
2013-04-04target-mips: fix rndrashift_short_acc and code for EXTR_ instructionsPetar Jovanovic4-14/+101
2013-04-04target-mips: fix DSP overflow macro and affected routinesPetar Jovanovic3-54/+94
2013-04-04target-mips: fix for sign-issue in MULQ_W helperPetar Jovanovic3-3/+3
2013-04-04target-mips: fix for incorrect multiplication with MULQ_S.PHPetar Jovanovic2-1/+16
2013-04-04usb-tablet: Don't claim wakeup capability for USB-2 versionHans de Goede1-1/+1
2013-04-04chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptorsStefan Hajnoczi1-0/+3
2013-04-04qemu-socket: set passed fd non-blocking in socket_connect()Stefan Hajnoczi1-0/+1
2013-04-04net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi1-1/+6
2013-04-04oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi15-30/+30
2013-04-02update seabios to 1.7.2.1Gerd Hoffmann2-0/+0
2013-04-02linux-user/syscall.c: Don't warn about unimplemented get_robust_listPeter Maydell1-1/+14
2013-04-02linux-user: make bogus negative iovec lengths fail EINVALPeter Maydell1-1/+1