aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-05Make struct iovec universally availablealiguori5-18/+24
2008-12-05Attached patch contains warning fixes.blueswir13-5/+7
2008-12-05Attached patch make cpu-exec.c compile on NetBSD.blueswir11-4/+19
2008-12-05Attached patch makes NetBSD use the native bswap functionsblueswir12-0/+17
2008-12-05sys-queue.h defines _SYS_QUEUE_H_ which is also defined byblueswir11-1/+6
2008-12-05Fix PPC PREP platform, broken by commit 5849aurel321-1/+1
2008-12-05hw/ppc4xx_pci.c: kill two warningsaurel321-2/+2
2008-12-05target-ppc: convert POWER shift instructions to TCGaurel323-241/+258
2008-12-05target-ppc: add functions to load/store SPRaurel321-2/+13
2008-12-04do boundary check based on absolute value (Glauber Costa)aliguori1-2/+4
2008-12-04Use writeback caching by default with qcow2aliguori4-2/+19
2008-12-04Fix RTC initial date computationaurel323-8/+8
2008-12-04Fix windows build after virtio changesaliguori2-15/+34
2008-12-04hw/apic.c: use fls() from host-utilsaurel321-7/+1
2008-12-04Add missing file from previous commit.aliguori1-0/+27
2008-12-04Add virtio-balloon supportaliguori7-3/+261
2008-12-04Add ballooning infrastructure.aliguori2-0/+48
2008-12-04Define fls() in terms of clz32().aliguori1-7/+2
2008-12-04Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard)aliguori2-3/+19
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