aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-09trace: Trace bdrv_aio_{readv,writev}Stefan Hajnoczi2-0/+6
2010-10-09trace: Use TP_PROTO() and TP_ARGS() for LTTng USTStefan Hajnoczi1-1/+1
2010-10-09trace: Don't strip lines containing '#' arbitrarilyStefan Hajnoczi1-2/+1
2010-10-09trace: Use portable format stringsStefan Hajnoczi2-2/+6
2010-10-07cris: Consider the TLB valid bit on writes to the TLBEdgar E. Iglesias1-1/+3
2010-10-07vhost: error codeMichael S. Tsirkin1-0/+2
2010-10-07virtio: change set guest notifier to per-deviceMichael S. Tsirkin3-26/+57
2010-10-07eepro100: Add support for multiple individual addresses (multiple IA)Stefan Weil1-9/+21
2010-10-07virtio-net: unify vhost-net start/stopMichael S. Tsirkin1-46/+43
2010-10-07virtio: invoke set_status callback on resetMichael S. Tsirkin1-0/+2
2010-10-06net: delay freeing peer host deviceMichael S. Tsirkin2-7/+43
2010-10-05Merge remote branch 'spice/submit.6' into stagingAnthony Liguori15-19/+1287
2010-10-05Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori12-1192/+1527
2010-10-05linux-user: Fix typo m86k -> m68kStefan Weil1-3/+3
2010-10-05Fix spelling in commentsStefan Weil3-3/+3
2010-10-05docs: Improve documentationStefan Weil1-28/+28
2010-10-05Add new user mode option -ignore-environmentStefan Weil3-0/+26
2010-10-05ppc: Minor 40x MMU fixesJohn Clark2-27/+49
2010-10-03console: Avoid dereferencing NULL active_consoleStefan Hajnoczi1-2/+4
2010-10-03exec: Fix compilation error for debug codeStefan Weil1-2/+3
2010-10-03rc4030: Fix compilation error in debug codeStefan Weil1-1/+4
2010-10-03mipsnet: Fix compiler warning in debug codeStefan Weil1-1/+1
2010-10-03block/vvfat: Fix compiler warning in debug codeStefan Weil1-1/+0
2010-10-03virtio-9p: Use GCC_FMT_ATTR and fix a format warningStefan Weil1-4/+6
2010-10-03blockdev: Use GCC_FMT_ATTR (format checking)Stefan Weil1-8/+7
2010-10-03Use GCC_FMT_ATTR (format checking)Stefan Weil14-16/+25
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil10-21/+12
2010-10-03slirp: Silence warning on HaikuAndreas Färber1-1/+3
2010-10-03tap: Add stub for HaikuAndreas Färber2-0/+62
2010-10-03nbd: Haiku has _IO() in its BSD compatibility layerAndreas Färber1-1/+1
2010-10-03Haiku doesn't have libmAndreas Färber1-0/+2
2010-10-03configure: Don't rely on special pthreads libraryAndreas Färber1-7/+11
2010-10-03configure: Add basic support for HaikuAndreas Färber1-1/+12
2010-10-02trace: avoid unnecessary recompilation if nothing changedBlue Swirl1-5/+9
2010-10-02Makefile: fix config-devices.mak generationBlue Swirl1-3/+5
2010-10-02sysbus: fix address truncationBlue Swirl2-3/+5
2010-10-02target-cris: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-10-02target-microblaze: Use %td for ptrdiff_t arguments in debug messageStefan Weil1-1/+1
2010-10-02virtex: Add bracesEdgar E. Iglesias1-1/+2
2010-10-01QMP/README: Update QMP homepage addressLuiz Capitulino1-1/+1
2010-10-01Monitor: Rename the qemu-monitor.hx fileLuiz Capitulino4-6/+6
2010-10-01QMP: Introduce qmp_call_cmd()Luiz Capitulino1-24/+15
2010-10-01Monitor: Directly call QObject handlersLuiz Capitulino1-1/+9
2010-10-01Monitor: Rename monitor_handler_is_async()Luiz Capitulino1-5/+5
2010-10-01Monitor: Rename monitor_handler_ported()Luiz Capitulino1-3/+3
2010-10-01Monitor: Drop monitor_cmd_user_only()Luiz Capitulino2-6/+0
2010-10-01Monitor: Drop QMP info from the qemu-monitor.hx fileLuiz Capitulino2-1366/+0
2010-10-01QMP: Small cleanup in handle_qmp_command()Luiz Capitulino1-8/+2
2010-10-01QMP: Simplify do_info_commands()Luiz Capitulino1-9/+4
2010-10-01QMP: Introduce query commands dispatch tableLuiz Capitulino1-2/+128