aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-06ETRAX-FS: No need to decode the address anymore.edgar_igl
2008-12-06target-ppc: remove dead codeaurel32
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel32
2008-12-06The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h d...blueswir1
2008-12-06target-ppc: convert dcr load/store to TCGaurel32
2008-12-06target-ppc: convert msr load/store to TCGaurel32
2008-12-06target-ppc: convert POWER bridge instructions to TCGaurel32
2008-12-06Revert "hw/apic.c: use fls() from host-utils"aurel32
2008-12-05Make struct iovec universally availablealiguori
2008-12-05Attached patch contains warning fixes.blueswir1
2008-12-05Attached patch make cpu-exec.c compile on NetBSD.blueswir1
2008-12-05Attached patch makes NetBSD use the native bswap functionsblueswir1
2008-12-05sys-queue.h defines _SYS_QUEUE_H_ which is also defined byblueswir1
2008-12-05Fix PPC PREP platform, broken by commit 5849aurel32
2008-12-05hw/ppc4xx_pci.c: kill two warningsaurel32
2008-12-05target-ppc: convert POWER shift instructions to TCGaurel32
2008-12-05target-ppc: add functions to load/store SPRaurel32
2008-12-04do boundary check based on absolute value (Glauber Costa)aliguori
2008-12-04Use writeback caching by default with qcow2aliguori
2008-12-04Fix RTC initial date computationaurel32
2008-12-04Fix windows build after virtio changesaliguori
2008-12-04hw/apic.c: use fls() from host-utilsaurel32
2008-12-04Add missing file from previous commit.aliguori
2008-12-04Add virtio-balloon supportaliguori
2008-12-04Add ballooning infrastructure.aliguori
2008-12-04Define fls() in terms of clz32().aliguori
2008-12-04Remove TARGET_PAGE_SIZE from virtio interface (Hollis Blanchard)aliguori
2008-12-04Add virtio-blk supportaliguori
2008-12-04Virtio core supportaliguori
2008-12-04Introduce fls() helperaliguori
2008-12-04Clarify -soundhw documentation as to avoid hda confusionmalc
2008-12-04Updatemalc
2008-12-03Silence warnings generated due to `#if BUILD_Y8950'malc
2008-12-03Make audio violate POSIX lessmalc
2008-12-03More consistent PAGE_xxx defines, avoid conflicting with system PAGE_xxxblueswir1
2008-12-02IBM PowerPC 4xx 32-bit PCI controller emulationaurel32
2008-12-02Change order of metadata update to prevent loosing guest data because of unex...aliguori
2008-12-02Cleanup {alloc|get}_cluster_offset() (Gleb Natapov)aliguori
2008-12-02Write table offset and size in one syscall (Gleb Natapov)aliguori
2008-12-02Introduce new helper function qcow_shedule_bh() (Gleb Natapov)aliguori
2008-12-02Remove tabs from qcow_aio_read_cb(). (Gleb Natapov)aliguori
2008-12-02Exclude unix: from vnc call to unix_listen() (Ryan Harper)aliguori
2008-12-02Fix register name typo in dumping debug registers (Jan Kiszka)aliguori
2008-12-02Remove address masking after some rearrangingblueswir1
2008-12-02Remove address maskingblueswir1
2008-12-02Cosmetic cleanups to previous patch.pbrook
2008-12-01Reset the key modifiers upon client connectmalc
2008-12-01Add basic audio functionality to vnc.cmalc
2008-12-01Change MMIO callbacks to use offsets, not absolute addresses.pbrook
2008-12-01Allocate cleared memory for cpu state.pbrook