aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-04Add virtio-blk supportaliguori7-5/+346
2008-12-04Virtio core supportaliguori3-0/+972
2008-12-04Introduce fls() helperaliguori2-0/+12
2008-12-04Clarify -soundhw documentation as to avoid hda confusionmalc1-4/+4
2008-12-04Updatemalc1-1/+0
2008-12-03Silence warnings generated due to `#if BUILD_Y8950'malc1-0/+1
2008-12-03Make audio violate POSIX lessmalc31-135/+139
2008-12-03More consistent PAGE_xxx defines, avoid conflicting with system PAGE_xxxblueswir11-7/+7
2008-12-02IBM PowerPC 4xx 32-bit PCI controller emulationaurel323-1/+428
2008-12-02Change order of metadata update to prevent loosing guest data because of unex...aliguori1-63/+92
2008-12-02Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)aliguori1-89/+73
2008-12-02Write table offset and size in one syscall (Gleb Natapov)aliguori1-17/+9
2008-12-02Introduce new helper function qcow_shedule_bh() (Gleb Natapov)aliguori1-27/+20
2008-12-02Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)aliguori1-32/+32
2008-12-02Exclude unix: from vnc call to unix_listen() (Ryan Harper)aliguori1-1/+1
2008-12-02Fix register name typo in dumping debug registers (Jan Kiszka)aliguori1-2/+2
2008-12-02Remove address masking after some rearrangingblueswir12-99/+142
2008-12-02Remove address maskingblueswir111-43/+45
2008-12-02Cosmetic cleanups to previous patch.pbrook1-2/+1
2008-12-01Reset the key modifiers upon client connectmalc1-0/+1
2008-12-01Add basic audio functionality to vnc.cmalc1-1/+131
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook82-869/+453
2008-12-01Allocate cleared memory for cpu state.pbrook1-1/+1
2008-12-01arm: Don't potentially overwrite input registers in add2, sub2.balrog1-4/+13
2008-12-01Fix the comment added in r5844.balrog1-1/+1
2008-12-01Don't rely on ARM tcg_out_goto() generating just a single insn.balrog1-8/+13
2008-12-01arm: Reserve code buffer in memory range reachable for pc-relative branch.balrog1-0/+6
2008-12-01Use libgcc __clear_cache to clean icache, when available.balrog2-0/+13
2008-12-01Fix a typo preventing GNUC builtins usage.balrog1-1/+1
2008-12-01Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog1-6/+6
2008-12-01Don't try to select on an invalid VNC socket when init fails.balrog1-0/+1
2008-11-30qemu-img: open files with cache=writebackaurel321-3/+6
2008-11-30target-ppc: remove unused file op_mem_access.haurel321-148/+0
2008-11-30target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.caurel321-130/+11
2008-11-30target-ppc: convert PPC 440 instructions to TCGaurel325-36/+26
2008-11-30Spelling and grammar fixesaurel323-4/+4
2008-11-30Fix warning from sparse (wrong declaration)aurel321-1/+1
2008-11-30Fix warning from sparseaurel321-1/+0
2008-11-30target-ppc: convert return from interrupt instructions to TCGaurel325-101/+47
2008-11-30target-ppc: convert external load/store instructions to TCGaurel323-144/+13
2008-11-30target-ppc: convert load/store with reservation instructions to TCGaurel322-264/+72
2008-11-30target-ppc: convert lscbx instruction to TCGaurel326-122/+53
2008-11-30target-ppc: convert load/store string instructions to TCGaurel326-203/+135
2008-11-30target-ppc: convert icbi instruction to TCGaurel326-63/+31
2008-11-30target-ppc: convert dcbz instruction to TCGaurel327-360/+55
2008-11-30target-ppc: convert load/store multiple instructions to TCGaurel326-142/+78
2008-11-30target-ppc: convert wait instruction to TCGaurel323-12/+3
2008-11-30target-ppc: convert mfrom instruction to TCGaurel324-20/+11
2008-11-30target-ppc: remove dead code from op.caurel321-6/+0
2008-11-30gdbstub: Fix access to PPC FPRsaurel321-2/+2