aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-mips: fix wrong microMIPS opcode encodingqemu-kvm-1.1.2-gentoo陳韋任 (Wei-Ren Chen)2012-11-211-1/+1
* mips/malta: fix CBUS UART interrupt pinAurelien Jarno2012-11-211-1/+2
* nbd: fixes to read-only handlingPaolo Bonzini2012-11-211-13/+12
* m68k: Return semihosting errno values correctlyMeador Inge2012-11-211-1/+1
* tools: initialize main loop before block layerPaolo Bonzini2012-11-212-4/+2
* xhci: fix usb name in capsGerd Hoffmann2012-11-211-2/+2
* target-sparc64: disable VGA cirrusAurelien Jarno2012-11-211-1/+0
* PPC: Bamboo: Fix memory size DT propertyAlexander Graf2012-11-211-1/+1
* s390x: fix -initrd in virtio machineAlexander Graf2012-11-211-2/+2
* memory: fix rendering of a region obscured by anotherAvi Kivity2012-11-211-6/+6
* e1000: drop check_rxov, always treat RX ring with RDH == RDT as emptyDmitry Fleytman2012-11-211-5/+2
* qed: refuse unaligned zero writes with a backing fileStefan Hajnoczi2012-11-211-0/+11
* linux-user: fix emulation of getdentsDmitry V. Levin2012-11-212-10/+9
* MIPS: Correct FCR0 initializationNathan Froyd2012-11-211-0/+1
* usb-storage: fix SYNCHRONIZE_CACHEGerd Hoffmann2012-11-211-0/+3
* Fixes related to processing of qemu's -numa optionChegu Vinod2012-11-214-25/+27
* x86: Fixed incorrect segment base address addition in 64-bits modeVitaly Chipounov2012-11-211-18/+25
* target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz2012-11-211-1/+1
* hw: Fix return value check for bdrv_read, bdrv_writeStefan Weil2012-11-213-20/+32
* rtc: fix overflow in mktimegmPaolo Bonzini2012-11-212-1/+46
* qxl: always update displaysurface on resizeGerd Hoffmann2012-11-211-4/+0
* hw/qxl: qxl_dirty_surfaces: use uintptr_tAlon Levy2012-11-211-2/+2
* uhci: Raise interrupt when requested even for non active tdsHans de Goede2012-11-211-1/+9
* vnc: fix "info vnc" with "-vnc ..., reverse=on"Paolo Bonzini2012-11-211-0/+4
* ui/vnc: Only report/use TIGHT_PNG encoding if enabled.Joel Martin2012-11-211-0/+2
* fix entry pointer for ELF kernels loaded with -kernel optionHenning Schild2012-11-211-0/+11
* e1000: flush queue whenever can_receive can go from false to truePaolo Bonzini2012-11-211-0/+4
* blockdev: preserve readonly and snapshot states across media changesKevin Shanahan2012-11-211-0/+2
* i386: kvm: bit 10 of CPUID[8000_0001].EDX is reservedEduardo Habkost2012-11-211-1/+1
* fpu/softfloat.c: Return correctly signed values from uint64_to_float32Peter Maydell2012-11-211-2/+2
* usb-audio: fix usb versionGerd Hoffmann2012-11-211-1/+1
* intel_hda: do not call msi_reset when only device state needs resettingMichael Tokarev2012-10-241-4/+10
* net: add -netdev options to man pageStefan Hajnoczi2012-10-241-0/+7
* pcie_aer: clear cmask for Advanced Error Interrupt Message NumberJason Baron2012-10-241-0/+5
* ahci: properly reset PxCMD on HBA resetJason Baron2012-10-241-1/+1
* eepro100: Fix network hang when rx buffers run outBo Yang2012-10-241-1/+3
* cpu_physical_memory_write_rom() needs to do TB invalidatesDavid Gibson2012-10-241-0/+7
* fix doc of using raw values with sendkeyAmos Kong2012-10-241-3/+3
* use --libexecdir instead of ignoring it first and reinventing it laterMichael Tokarev2012-10-241-3/+7
* qemu-char: BUGFIX, don't call FD_ISSET with negative fdDavid Gibson2012-10-242-2/+6
* tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0Aurelien Jarno2012-10-241-7/+7
* audio: Unbreak capturing in mixemu caseqemu-kvm-1.1.2-gentoo-1malc2012-10-201-0/+1
* Replace 'struct siginfo' with 'siginfo_t'.Richard W.M. Jones2012-10-202-5/+5
* qemu-kvm: Fix default machine optionsDaniel P. Berrange2012-10-201-9/+15
* Add 'query-events' command to QMP to query async eventsDaniel P. Berrange2012-10-204-62/+108
* kvm: Enable use of kvm_irqchip_in_kernel in hwlib codeJan Kiszka2012-10-201-0/+1
* Merge tag 'v1.1.2' into stable-1.1qemu-kvm-1.1.2Avi Kivity2012-09-0962-592/+1071
|\
| * update VERSION for 1.1.2Michael Roth2012-09-051-1/+1
| * console: bounds check whenever changing the cursor due to an escape codeIan Campbell2012-09-051-29/+28
| * qemu-timer: properly arm alarm timer for timers set by device initializationPaolo Bonzini2012-09-051-3/+0