Age | Commit message (Expand) | Author | Files | Lines |
2012-01-19 | qemu-tool: Fix mixup of int64 and int64_t | Andreas Färber | 1 | -2/+2 |
2012-01-17 | pxa2xx_keypad: fix unbalanced parenthesis. | Andrzej Zaborowski | 1 | -1/+1 |
2012-01-17 | hw/arm_boot.c: Make SMP boards specify address to poll in bootup loop | Evgeny Voevodin | 4 | -8/+15 |
2012-01-17 | hw/sysbus.h: Increase maximum number of device IRQs. | Evgeny Voevodin | 1 | -1/+1 |
2012-01-17 | pxa2xx_keypad: make single automatic scans work | Vasily Khoruzhick | 1 | -36/+36 |
2012-01-17 | pxa2xx_lcd: fix palette parser | Vasily Khoruzhick | 1 | -23/+28 |
2012-01-15 | seabios: Update to release 1.6.3.1 | Jan Kiszka | 2 | -0/+0 |
2012-01-15 | isapc: Fix segfault during initialization | Jan Kiszka | 1 | -11/+11 |
2012-01-15 | kvm: flush the dirty log when unregistering a slot | Avi Kivity | 1 | -0/+4 |
2012-01-13 | arm: Add dummy support for co-processor 15's secure config register | Rob Herring | 3 | -1/+13 |
2012-01-13 | target-arm: Fix errors in decode of M profile CPS | Peter Maydell | 1 | -4/+4 |
2012-01-13 | prepare for future GPLv2+ relicensing | Paolo Bonzini | 73 | -4/+200 |
2012-01-13 | virtio-console: no need to remove char handlers explicitly | Amit Shah | 1 | -17/+0 |
2012-01-13 | qdev: Add a 'free' method to disassociate chardev from qdev device | Amit Shah | 1 | -0/+11 |
2012-01-13 | vectorize is_dup_page | Paolo Bonzini | 1 | -6/+22 |
2012-01-13 | virtio-blk: refuse SG_IO requests with scsi=off | Paolo Bonzini | 1 | -0/+6 |
2012-01-13 | vmstate: extract declarations out of hw/hw.h | Paolo Bonzini | 10 | -891/+957 |
2012-01-13 | ptimer: move declarations to ptimer.h | Paolo Bonzini | 18 | -13/+43 |
2012-01-13 | rtc: clear non-PF bits when reinjecting on ack | Paolo Bonzini | 1 | -3/+3 |
2012-01-13 | rtc: raise PF bit when the periodic timer triggers but PIE=0 | Paolo Bonzini | 1 | -1/+2 |
2012-01-13 | rtc: raise AF bit when the alarm is encountered but AIE=0 | Paolo Bonzini | 1 | -9/+10 |
2012-01-13 | rtc: fix 12-hour mode | Paolo Bonzini | 1 | -4/+7 |
2012-01-13 | qdev: fix device_del by refactoring reference counting | Anthony Liguori | 1 | -6/+39 |
2012-01-13 | Merge remote-tracking branch 'stefanha/trivial-patches' into HEAD | Anthony Liguori | 15 | -29/+28 |
2012-01-13 | target-i386: fix compilation with --enable-debug-tcg | Aurelien Jarno | 1 | -1/+2 |
2012-01-13 | bt-host: add missing break statement | Stefan Hajnoczi | 1 | -0/+1 |
2012-01-13 | virtfs-proxy-helper: Add missing printf format attribute | Stefan Weil | 1 | -1/+1 |
2012-01-13 | virtfs-proxy-helper: Clean include files | Stefan Weil | 1 | -13/+2 |
2012-01-13 | virtfs-proxy-helper: Fix compilation on newer systems | Stefan Weil | 1 | -1/+1 |
2012-01-13 | hmp: Fix freeing of PciInfoList | Stefan Berger | 1 | -4/+4 |
2012-01-13 | Add 'fall through' comments to case statements without break | Stefan Weil | 3 | -0/+6 |
2012-01-13 | omap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUS | Stefan Hajnoczi | 1 | -2/+2 |
2012-01-13 | vnc: fix no-lock-key-sync strncmp() length | Stefan Hajnoczi | 1 | -1/+1 |
2012-01-13 | vvfat: avoid leaking file descriptor in commit_one_file() | Stefan Hajnoczi | 1 | -0/+3 |
2012-01-13 | Spelling fixes in comments and documentation | Stefan Weil | 3 | -4/+4 |
2012-01-13 | tcg-arm: fix a typo in comments | Aurelien Jarno | 2 | -2/+2 |
2012-01-13 | configure: Modify detection of supported warning options | Stefan Weil | 1 | -1/+1 |
2012-01-13 | cris: Update paths to match the move of tests/cris | Edgar E. Iglesias | 1 | -5/+5 |
2012-01-12 | check-qstring: remove check.h include | Anthony Liguori | 1 | -1/+1 |
2012-01-12 | MAINTAINERS: update tracing repo git URL | Stefan Hajnoczi | 1 | -1/+1 |
2012-01-12 | Support for UDP unicast network backend | Benjamin | 3 | -3/+82 |
2012-01-12 | cleanup, save a syscall | Lai Jiangshan | 1 | -3/+1 |
2012-01-12 | cleanup, Remove duplicated code | Lai Jiangshan | 1 | -8/+0 |
2012-01-12 | test: eliminate libcheck tests and have make check use gtester | Anthony Liguori | 3 | -40/+8 |
2012-01-12 | check-qjson: enable disabled tests | Anthony Liguori | 1 | -5/+0 |
2012-01-12 | check-qjson: convert to gtest | Anthony Liguori | 2 | -198/+136 |
2012-01-12 | check-qlist: convert to gtest | Anthony Liguori | 2 | -52/+25 |
2012-01-12 | check-qstring: convert to gtest | Anthony Liguori | 2 | -53/+26 |
2012-01-12 | check-qint: convert to gtest | Anthony Liguori | 2 | -49/+23 |
2012-01-12 | check-qfloat: convert to gtest | Anthony Liguori | 2 | -37/+14 |