summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce fls() helperaliguori2008-12-042-0/+12
* Clarify -soundhw documentation as to avoid hda confusionmalc2008-12-041-4/+4
* Updatemalc2008-12-041-1/+0
* Silence warnings generated due to `#if BUILD_Y8950'malc2008-12-031-0/+1
* Make audio violate POSIX lessmalc2008-12-0331-135/+139
* More consistent PAGE_xxx defines, avoid conflicting with system PAGE_xxxblueswir12008-12-031-7/+7
* IBM PowerPC 4xx 32-bit PCI controller emulationaurel322008-12-023-1/+428
* Change order of metadata update to prevent loosing guest data because of unex...aliguori2008-12-021-63/+92
* Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)aliguori2008-12-021-89/+73
* Write table offset and size in one syscall (Gleb Natapov)aliguori2008-12-021-17/+9
* Introduce new helper function qcow_shedule_bh() (Gleb Natapov)aliguori2008-12-021-27/+20
* Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)aliguori2008-12-021-32/+32
* Exclude unix: from vnc call to unix_listen() (Ryan Harper)aliguori2008-12-021-1/+1
* Fix register name typo in dumping debug registers (Jan Kiszka)aliguori2008-12-021-2/+2
* Remove address masking after some rearrangingblueswir12008-12-022-99/+142
* Remove address maskingblueswir12008-12-0211-43/+45
* Cosmetic cleanups to previous patch.pbrook2008-12-021-2/+1
* Reset the key modifiers upon client connectmalc2008-12-011-0/+1
* Add basic audio functionality to vnc.cmalc2008-12-011-1/+131
* Change MMIO callbacks to use offsets, not absolute addresses.pbrook2008-12-0182-869/+453
* Allocate cleared memory for cpu state.pbrook2008-12-011-1/+1
* arm: Don't potentially overwrite input registers in add2, sub2.balrog2008-12-011-4/+13
* Fix the comment added in r5844.balrog2008-12-011-1/+1
* Don't rely on ARM tcg_out_goto() generating just a single insn.balrog2008-12-011-8/+13
* arm: Reserve code buffer in memory range reachable for pc-relative branch.balrog2008-12-011-0/+6
* Use libgcc __clear_cache to clean icache, when available.balrog2008-12-012-0/+13
* Fix a typo preventing GNUC builtins usage.balrog2008-12-011-1/+1
* Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert).balrog2008-12-011-6/+6
* Don't try to select on an invalid VNC socket when init fails.balrog2008-12-011-0/+1
* qemu-img: open files with cache=writebackaurel322008-11-301-3/+6
* target-ppc: remove unused file op_mem_access.haurel322008-11-301-148/+0
* target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.caurel322008-11-301-130/+11
* target-ppc: convert PPC 440 instructions to TCGaurel322008-11-305-36/+26
* Spelling and grammar fixesaurel322008-11-303-4/+4
* Fix warning from sparse (wrong declaration)aurel322008-11-301-1/+1
* Fix warning from sparseaurel322008-11-301-1/+0
* target-ppc: convert return from interrupt instructions to TCGaurel322008-11-305-101/+47
* target-ppc: convert external load/store instructions to TCGaurel322008-11-303-144/+13
* target-ppc: convert load/store with reservation instructions to TCGaurel322008-11-302-264/+72
* target-ppc: convert lscbx instruction to TCGaurel322008-11-306-122/+53
* target-ppc: convert load/store string instructions to TCGaurel322008-11-306-203/+135
* target-ppc: convert icbi instruction to TCGaurel322008-11-306-63/+31
* target-ppc: convert dcbz instruction to TCGaurel322008-11-307-360/+55
* target-ppc: convert load/store multiple instructions to TCGaurel322008-11-306-142/+78
* target-ppc: convert wait instruction to TCGaurel322008-11-303-12/+3
* target-ppc: convert mfrom instruction to TCGaurel322008-11-304-20/+11
* target-ppc: remove dead code from op.caurel322008-11-301-6/+0
* gdbstub: Fix access to PPC FPRsaurel322008-11-301-2/+2
* Common cpu_loop_exit prototypeaurel322008-11-3010-15/+1
* target-ppc: convert software TLB instructions to TCGaurel322008-11-305-42/+36
OpenPOWER on IntegriCloud