aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-12check-qstring: convert to gtestAnthony Liguori2-53/+26
2012-01-12check-qint: convert to gtestAnthony Liguori2-49/+23
2012-01-12check-qfloat: convert to gtestAnthony Liguori2-37/+14
2012-01-12check-qdict: convert to gtestAnthony Liguori2-137/+113
2012-01-12build: split unit test builds to a separate makefile fragmentAnthony Liguori2-35/+39
2012-01-12tests: mv tests/* -> tests/tcgAnthony Liguori227-5/+5
2012-01-12vga: optimize ppm_save() divisionsAvi Kivity1-6/+4
2012-01-12Fix qapi code generation fixAvi Kivity4-23/+15
2012-01-12etraxfs-dma: Model metadata and eopLars Persson3-10/+33
2012-01-12microblaze: Break the tb at memory barriersEdgar E. Iglesias1-1/+11
2012-01-12microblaze: Emulate the hw stackprotectorEdgar E. Iglesias4-0/+48
2012-01-12microblaze: Add support for the clz insnEdgar E. Iglesias3-0/+17
2012-01-11target-i386: fix SSE rounding and flush to zeroAurelien Jarno3-11/+56
2012-01-11target-i386: fix dpps and dppd SSE2 instructionsAurelien Jarno1-14/+14
2012-01-11target-i386: fix round{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno1-8/+8
2012-01-11target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructionsAurelien Jarno2-3/+7
2012-01-10wm8750: Fix calculation of number of array elementsStefan Weil1-1/+1
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil3-21/+13
2012-01-10hw/integratorcp: Simplify flash remap codePeter Maydell1-19/+7
2012-01-10hw/integratorcp: Fix sense of REMAP bitPeter Maydell1-1/+1