summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-01vnc: don't clear zlib stream on set_encodingCorentin Chary3-7/+0
2010-06-01vnc: adjust compression zstream levelCorentin Chary2-1/+9
2010-06-01vnc: only use a single zlib streamCorentin Chary2-8/+6
2010-06-01vnc: really call zlib if we want zlibCorentin Chary1-1/+1
2010-06-01vnc: explain why set_encodings loop is reversedCorentin Chary1-0/+5
2010-06-01Revert "vnc: set the right prefered encoding"Corentin Chary1-10/+4
2010-05-31ioapic: improve debuggingBlue Swirl1-6/+10
2010-05-31Fix leul_to_cpu on big endian hostsAlexander Graf1-1/+1
2010-05-31arm: fix arm kernel boot for non zero start addrLars Munch9-30/+1
2010-05-31target-ppc: remove useless lineThomas Monjalon1-1/+0
2010-05-31target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2-4/+3
2010-05-31pci-hotplug: make them aware of pci domain.Isaku Yamahata3-4/+26
2010-05-31msix: remove duplicated defines.Isaku Yamahata1-8/+0
2010-05-31pci.h: remove unused constants.Isaku Yamahata1-11/+0
2010-05-31pci: add const to pci_is_express(), pci_config_size().Isaku Yamahata1-2/+2
2010-05-31pci: clean up of pci_set_default_subsystem_id().Isaku Yamahata1-7/+5
2010-05-30mc146818rtc: improve debuggingBlue Swirl1-2/+20
2010-05-29sparc32 SuperSPARC MMU Breakpoint Action register (SS-20 OBP fix)Artyom Tarasenko1-0/+1
2010-05-29pc: improve debuggingBlue Swirl1-0/+12
2010-05-29apic: improve debuggingBlue Swirl1-13/+30
2010-05-29i8259: improve debuggingBlue Swirl1-12/+11
2010-05-29sparc64: fix user emulator buildBlue Swirl1-0/+2
2010-05-29Pad iommu with an empty slot (necessary for SunOS 4.1.4)Artyom Tarasenko1-1/+13
2010-05-29sparc64: fix 128-bit atomic load from nucleus context v1Igor V. Kovalenko1-5/+5
2010-05-29Pre-allocate guest address spacePaul Brook5-8/+183
2010-05-28alpha-linux-user: Fill in SI_CODE for SIGSEGV.Richard Henderson1-1/+2
2010-05-28linux-user: Use qemu-malloc.c.Richard Henderson2-53/+2
2010-05-28Use calloc in qemu_mallocz.Richard Henderson1-4/+4
2010-05-28linux-user: Fix compilation with DEBUG definedRiccardo Magliocchetti1-1/+1
2010-05-28Fix hw/gt64xxx.c compilation with DEBUG definedRiccardo Magliocchetti1-1/+1
2010-05-28Fix typo in balloon helpRiccardo Magliocchetti1-1/+1
2010-05-28musicpal: Drop redundant reset callJan Kiszka1-2/+0
2010-05-28doc: Update monitor info subcommandsStefan Hajnoczi1-1/+11
2010-05-28Fix overflow in i440fx_init()Avi Kivity2-2/+2
2010-05-28arm: prevent coprocessor IO resetLars Munch1-7/+7
2010-05-28tcg: Use INDEX_op_qemu_ld32 for 32-bit results.Richard Henderson1-0/+8
2010-05-28block: Add missing bdrv_delete() for SG_IO BlockDriver in find_image_format()Nicholas A. Bellinger1-1/+3
2010-05-28qcow2: Fix corruption after error in update_refcountKevin Wolf1-0/+4
2010-05-28qcow2: Fix corruption after refblock allocationKevin Wolf1-2/+9
2010-05-28qcow2: Return right error code in write_refcount_block_entriesKevin Wolf1-12/+15
2010-05-28qcow2: Change l2_load to return 0/-errnoKevin Wolf1-16/+22
2010-05-28qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf3-19/+37
2010-05-28block.h: Make BDRV_SECTOR_SIZE 64 bit safeJes Sorensen1-1/+1
2010-05-28posix-aio-compat: Expand tabs that have crept inStefan Hajnoczi1-29/+29
2010-05-28drive: allow rerror, werror and readonly for if=noneGerd Hoffmann1-3/+3
2010-05-28add support for protocol driver create_optionsMORITA Kazutaka5-26/+86
2010-05-28qemu-io: Add multiwrite commandKevin Wolf1-0/+192
2010-05-28block: Fix multiwrite with overlapping requestsKevin Wolf1-1/+1
2010-05-28qcow2: Fix error handling in l2_allocateKevin Wolf1-10/+13
2010-05-28qcow2: Clear L2 table cache after write errorKevin Wolf1-0/+1