aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * target-xtensa: return ENOSYS for unimplemented simcallsMax Filippov2012-09-051-0/+2
| * target-xtensa: fix big-endian BBS/BBC implementationMax Filippov2012-09-051-2/+14
| * ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede2012-09-051-1/+1
| * msix: make [un]use vectors on reset/load optionalMichael S. Tsirkin2012-09-052-2/+13
| * reset PMBA and PMREGMISC PIIX4 registers.Gleb Natapov2012-09-051-2/+3
| * qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAXStefano Stabellini2012-09-051-7/+3
| * qemu-ga: Fix null pointer passed to unlink in failure branchStefan Weil2012-08-301-1/+3
| * memory: Fix copy&paste mistake in memory_region_iorange_writeJan Kiszka2012-08-301-1/+1
| * ivshmem: remove redundant ioeventfd configurationCam Macdonell2012-08-301-20/+0
| * hw/arm_gic.c: Define .class_size in arm_gic_info TypeInfoPeter Maydell2012-08-301-0/+1
| * tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 codeAurelien Jarno2012-08-281-59/+99
| * audio/winwave: previous audio buffer should be flushedmunkyu.im2012-08-281-9/+3
| * target-mips: allow microMIPS SWP and SDP to have RD equal to BASEEric Johnson2012-08-281-1/+9
| * target-mips: add privilege level check to several Cop0 instructionsEric Johnson2012-08-281-0/+9
| * mips-linux-user: Always support rdhwr.Richard Henderson2012-08-281-0/+4
| * target-mips: Streamline indexed cp1 memory addressing.Richard Henderson2012-08-281-2/+1
| * Fix order of CVT.PS.S operandsRichard Sandiford2012-08-281-1/+1
| * Fix operands of RECIP2.S and RECIP2.PSRichard Sandiford2012-08-281-2/+2
| * tcg/ia64: fix and optimize ld/st slow pathAurelien Jarno2012-08-281-15/+23
| * tcg/ia64: fix prologue/epilogueAurelien Jarno2012-08-281-10/+10
| * tcg/arm: Fix broken CONFIG_TCG_PASS_AREG0 codePeter Maydell2012-08-281-93/+144
| * target-i386/translate.c: mov to/from crN/drN: ignore mod bitsMatthew Ogilvie2012-08-281-4/+10
| * ivshmem: fix memory_region_del_eventfd assertion failurePaolo Bonzini2012-08-281-0/+4
| * qom: object_delete should unparent the object firstPaolo Bonzini2012-08-284-9/+2
| * monitor: don't try to initialize json parser when monitor is HMPAnthony Liguori2012-08-281-2/+2
| * target-mips: Fix some helper functions (VR54xx multiplication)Stefan Weil2012-08-281-46/+29
| * target-mips: Enable access to required RDHWR hardware registersMeador Inge2012-08-281-2/+3
| * monitor: move json init from OPEN event to initAnthony Liguori2012-08-281-1/+3
| * softmmu-semi: fix lock_user* functions not to deref NULL upon OOMJim Meyering2012-08-281-1/+4
| * arm-semi: don't leak 1KB user string lock buffer upon TARGET_SYS_OPENJim Meyering2012-08-281-6/+7
| * sheepdog: don't leak socket file descriptor upon connection failureJim Meyering2012-08-281-0/+1
| * linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering2012-08-281-2/+2
| * qemu-ga: don't leak a file descriptor upon failed lockfJim Meyering2012-08-281-0/+3
| * xen-all.c: fix multiply issue for int and uint typesDongxiao Xu2012-08-281-8/+16
| * Fix invalidate if memory requested was not bucket alignedFrediano Ziglio2012-08-281-4/+5
| * i82378: Remove bogus MMIO coalescingJan Kiszka2012-08-281-1/+0
| * eventfd: making it thread safeAlexey Kardashevskiy2012-08-281-0/+1
| * iscsi: fix races between task completion and abortPaolo Bonzini2012-08-281-24/+28
| * iscsi: simplify iscsi_schedule_bhPaolo Bonzini2012-08-281-14/+8
| * iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini2012-08-281-28/+28
| * Documentation: Warn against qemu-img on active imageKevin Wolf2012-08-281-0/+10
| * vmdk: Read footer for streamOptimized imagesKevin Wolf2012-08-281-0/+56
| * vmdk: Fix header structureKevin Wolf2012-08-281-1/+1
| * vl: Round argument of -m up to multiple of 8KiBMarkus Armbruster2012-08-211-3/+4
| * pc: Fix RTC CMOS info on RAM for ram_size < 1MiBMarkus Armbruster2012-08-211-13/+18
| * kvm: i8254: Finish time conversion fixJan Kiszka2012-08-211-4/+10
| * kvm: i8254: Cache kernel clock offset in KVMPITStateJan Kiszka2012-08-211-14/+24
| * ahci: Fix ahci cdrom read corruptions for reads > 128kJason Baron2012-08-212-7/+35
| * ahci: Fix sglist memleak in ahci_dma_rw_buf()Jason Baron2012-08-212-0/+4
| * apic: Defer interrupt updates to VCPU threadJan Kiszka2012-08-216-3/+18