aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-19kvm: Move kvmclock into hw/kvm folderJan Kiszka5-5/+6
2012-01-19msi: Generalize msix_supported to msi_supportedJan Kiszka5-9/+16
2012-01-19hyper-v: initialize Hyper-V CPUID leaves.Vadim Rozenfeld1-2/+63
2012-01-19hyper-v: introduce Hyper-V support infrastructure.Vadim Rozenfeld4-0/+123
2012-01-17pxa2xx_keypad: fix unbalanced parenthesis.Andrzej Zaborowski1-1/+1
2012-01-17hw/arm_boot.c: Make SMP boards specify address to poll in bootup loopEvgeny Voevodin4-8/+15
2012-01-17hw/sysbus.h: Increase maximum number of device IRQs.Evgeny Voevodin1-1/+1
2012-01-17pxa2xx_keypad: make single automatic scans workVasily Khoruzhick1-36/+36
2012-01-17pxa2xx_lcd: fix palette parserVasily Khoruzhick1-23/+28
2012-01-15seabios: Update to release 1.6.3.1Jan Kiszka2-0/+0
2012-01-15isapc: Fix segfault during initializationJan Kiszka1-11/+11
2012-01-15kvm: flush the dirty log when unregistering a slotAvi Kivity1-0/+4
2012-01-13arm: Add dummy support for co-processor 15's secure config registerRob Herring3-1/+13
2012-01-13target-arm: Fix errors in decode of M profile CPSPeter Maydell1-4/+4
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini73-4/+200
2012-01-13virtio-console: no need to remove char handlers explicitlyAmit Shah1-17/+0
2012-01-13qdev: Add a 'free' method to disassociate chardev from qdev deviceAmit Shah1-0/+11
2012-01-13vectorize is_dup_pagePaolo Bonzini1-6/+22
2012-01-13virtio-blk: refuse SG_IO requests with scsi=offPaolo Bonzini1-0/+6
2012-01-13vmstate: extract declarations out of hw/hw.hPaolo Bonzini10-891/+957
2012-01-13ptimer: move declarations to ptimer.hPaolo Bonzini18-13/+43
2012-01-13rtc: clear non-PF bits when reinjecting on ackPaolo Bonzini1-3/+3
2012-01-13rtc: raise PF bit when the periodic timer triggers but PIE=0Paolo Bonzini1-1/+2
2012-01-13rtc: raise AF bit when the alarm is encountered but AIE=0Paolo Bonzini1-9/+10
2012-01-13rtc: fix 12-hour modePaolo Bonzini1-4/+7
2012-01-13qdev: fix device_del by refactoring reference countingAnthony Liguori1-6/+39
2012-01-13Merge remote-tracking branch 'stefanha/trivial-patches' into HEADAnthony Liguori15-29/+28
2012-01-13target-i386: fix compilation with --enable-debug-tcgAurelien Jarno1-1/+2
2012-01-13bt-host: add missing break statementStefan Hajnoczi1-0/+1
2012-01-13virtfs-proxy-helper: Add missing printf format attributeStefan Weil1-1/+1
2012-01-13virtfs-proxy-helper: Clean include filesStefan Weil1-13/+2
2012-01-13virtfs-proxy-helper: Fix compilation on newer systemsStefan Weil1-1/+1
2012-01-13hmp: Fix freeing of PciInfoListStefan Berger1-4/+4
2012-01-13Add 'fall through' comments to case statements without breakStefan Weil3-0/+6
2012-01-13omap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUSStefan Hajnoczi1-2/+2
2012-01-13vnc: fix no-lock-key-sync strncmp() lengthStefan Hajnoczi1-1/+1
2012-01-13vvfat: avoid leaking file descriptor in commit_one_file()Stefan Hajnoczi1-0/+3
2012-01-13Spelling fixes in comments and documentationStefan Weil3-4/+4
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno2-2/+2
2012-01-13configure: Modify detection of supported warning optionsStefan Weil1-1/+1
2012-01-13cris: Update paths to match the move of tests/crisEdgar E. Iglesias1-5/+5
2012-01-12check-qstring: remove check.h includeAnthony Liguori1-1/+1
2012-01-12MAINTAINERS: update tracing repo git URLStefan Hajnoczi1-1/+1
2012-01-12Support for UDP unicast network backendBenjamin3-3/+82
2012-01-12cleanup, save a syscallLai Jiangshan1-3/+1
2012-01-12cleanup, Remove duplicated codeLai Jiangshan1-8/+0
2012-01-12test: eliminate libcheck tests and have make check use gtesterAnthony Liguori3-40/+8
2012-01-12check-qjson: enable disabled testsAnthony Liguori1-5/+0
2012-01-12check-qjson: convert to gtestAnthony Liguori2-198/+136
2012-01-12check-qlist: convert to gtestAnthony Liguori2-52/+25