aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-02blockdev: New drive_get_by_blockdev()Markus Armbruster2-0/+13
2010-07-02Don't reset bs->is_temporary in bdrv_open_commonRyan Harper1-1/+0
2010-07-02blockdev: Remove drive_get_serial()Markus Armbruster2-13/+0
2010-07-02ide: Make it explicit that ide_create_drive() can't failMarkus Armbruster1-2/+1
2010-07-02scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callersMarkus Armbruster6-8/+16
2010-07-02block: allow filenames with colons again for host devicesChristoph Hellwig1-11/+18
2010-07-02qcow2: Fix error handling during metadata preallocationKevin Wolf1-6/+9
2010-07-02Don't declare XSAVE as supportedAndi Kleen1-2/+2
2010-07-02Add more boundary checking to sse3/4 parsingAndi Kleen1-0/+9
2010-07-01target-arm : fix parallel saturated subtraction implementationChih-Min Chao1-2/+2
2010-07-01target-arm : fix thumb2 parallel add/sub opcode decodingChih-Min Chao1-2/+2
2010-07-01target-arm: fix addsub/subadd implementationChih-Min Chao1-4/+4
2010-07-01Makefile: add qemu-options.def to distcleanHidetoshi Seto1-0/+1
2010-07-01Add QMP/qmp-commands.txt to .gitignoreHidetoshi Seto1-0/+1
2010-07-01target-i386: fix xchg rax,r8Richard Henderson1-2/+7
2010-07-01target-mips: add Loongson support prefetchAurelien Jarno1-35/+43
2010-07-01monitor: Allow to exclude commands from QMPJan Kiszka2-3/+16
2010-07-01QMP: handle_qmp_command(): Small cleanupLuiz Capitulino1-8/+6
2010-07-01QMP: Drop old input object checkingLuiz Capitulino1-18/+1
2010-07-01QMP: Introduce qmp_check_input_obj()Luiz Capitulino1-1/+61
2010-07-01QError: Introduce QERR_QMP_EXTRA_MEMBERLuiz Capitulino2-0/+7
2010-07-01QMP: Drop old client argument checkerLuiz Capitulino1-176/+0
2010-07-01QMP: New argument checker (second part)Luiz Capitulino1-1/+93
2010-07-01QMP: New argument checker (first part)Luiz Capitulino1-0/+106
2010-07-01Monitor: handle optional '-' arg as a boolLuiz Capitulino3-24/+11
2010-07-01QDict: Introduce qdict_get_try_bool()Luiz Capitulino2-0/+19
2010-07-01check-qdict: Introduce test for the new iteration APILuiz Capitulino1-0/+31
2010-07-01QDict: Introduce new iteration APILuiz Capitulino2-0/+39
2010-07-01QDict: Introduce functions to retrieve QDictEntry valuesLuiz Capitulino2-0/+23
2010-07-01QDict: Small terminology changeLuiz Capitulino3-15/+15
2010-07-01QDict: Rename 'err_value'Luiz Capitulino2-4/+4
2010-07-01QError: Enhance QERR_DEVICE_NOT_ACTIVE's user descLuiz Capitulino1-1/+1
2010-07-01QMP: Fix error reporting in the async APILuiz Capitulino1-4/+8
2010-07-01net: delete QemuOpts when net_client_init() fails.Yoshiaki Tamura1-0/+4
2010-07-01QMP: Fix python helper /wrt long return stringsJan Kiszka1-1/+5
2010-07-01QMP: Teach basic capability negotiation to python exampleJan Kiszka2-0/+2
2010-07-01monitor: Establish cmd flags and convert the async tagJan Kiszka3-4/+7
2010-07-01monitor: Fix command completion vs. boolean switchesJan Kiszka1-1/+1
2010-07-01monitor: Fix leakage during completion processingJan Kiszka1-8/+15
2010-07-01target-mips: split load and storeAurelien Jarno1-155/+183
2010-06-30qdev-properties: Fix (u)intXX parsersKevin Wolf1-15/+35
2010-06-30Return usb device to host on exitShahar Havivi1-0/+14
2010-06-30Return usb device to host on usb_del commandShahar Havivi1-0/+1
2010-06-30net: Fix VM start with '-net none'Amit Shah1-1/+1
2010-06-30x86: svm: Always clear event_inj on vmexitJan Kiszka1-0/+1
2010-06-30usb-uhci: fix commit 8e65b7c04965c8355e4ce43211582b6b83054e3d for vmstateTeLeMan1-1/+2
2010-06-30hw/omap : make local function static and remove declaration from headercmchao3-45/+9
2010-06-30hw/omap1.c : separate uart modulecmchao3-171/+196
2010-06-30hw/omwp2.c : separate l4 interconnect modulecmchao4-273/+307
2010-06-30hw/omap2.c : separate tap module(Test-Chip-level)cmchao3-91/+113