aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-03target-sparc: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2-16/+0
2010-12-03ARM: enable XScale/iWMMXT in linux-user modePeter Maydell1-0/+6
2010-12-03linux-user: Translate getsockopt level optionJamie Lentin1-10/+61
2010-12-03linux-user: remove unnecessary local from __get_user(), __put_user()Peter Maydell1-4/+2
2010-12-03linux-user: fix memory leaks with NPTL emulationNathan Froyd3-8/+9
2010-12-03linux-user: mmap_reserve() not controlled by RESERVED_VAamateur1-1/+3
2010-12-03[PATCH] target-arm: remove unused functions cpu_lock(), cpu_unlock()Peter Maydell2-16/+0
2010-12-02Fix buildAnthony Liguori1-1/+0
2010-12-02Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori36-110/+1446
2010-12-02vhost: Fix address calculation in vhost_dev_sync_region()Jason Wang1-0/+1
2010-12-02migration: allow rate > 4gMichael S. Tsirkin4-11/+16
2010-12-02migration: stable ram block orderingMichael S. Tsirkin4-3/+61
2010-12-01tcg-ia64: Fix warning in qemu_ld.Richard Henderson1-2/+1
2010-12-01tcg-ia64: Fix address compilation in qemu_st.Richard Henderson1-1/+1
2010-12-01tcg-ia64: Fix tlb read error for 32-bit targets.Richard Henderson1-1/+3
2010-12-01tcg-ia64: Implement qemu_ld32.Richard Henderson1-0/+1
2010-12-01tcg-ia64: Provide default GUEST_BASE.Richard Henderson1-0/+3
2010-12-01tcg: Fix default definition of divu_i32 and remu_i32.Richard Henderson1-2/+2
2010-12-01Merge remote branch 'origin/master' into pciMichael S. Tsirkin123-1194/+2979
2010-11-30Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori23-245/+234
2010-11-30Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori8-122/+481
2010-11-30Use a Linux-style MAINTAINERS fileAnthony Liguori1-77/+417
2010-11-29ide: Reset current_addr after stopping DMAKevin Wolf1-1/+1
2010-11-29ide: Ignore double DMA transfer starts/stopsKevin Wolf1-28/+32
2010-11-29ide: Set bus master inactive on errorKevin Wolf1-0/+2
2010-11-29ide: Factor ide_dma_set_inactive outKevin Wolf1-16/+13
2010-11-27Add pcnet-pci.cPaul Brook1-0/+345
2010-11-27Split out common pcnet codePaul Brook5-308/+11
2010-11-27Remove PCI from sparc32 targetPaul Brook1-1/+0
2010-11-27Detect missing config includesPaul Brook1-1/+2
2010-11-27Fix previous commitPaul Brook3-2/+12
2010-11-27VirtIO config optionPaul Brook3-4/+11
2010-11-27PCI config includePaul Brook19-42/+29
2010-11-26Include directives in default configsPaul Brook3-6/+35
2010-11-26Add missing dependency.Paul Brook1-1/+1
2010-11-26raw-posix: raw_pwrite comment fixupChristoph Hellwig1-1/+1
2010-11-25scsi-disk: Remove duplicate cdb parsingHannes Reinecke1-53/+21
2010-11-25scsi: Move sense handling into the driverHannes Reinecke3-26/+25
2010-11-25scsi: INQUIRY VPD fixesHannes Reinecke1-4/+14
2010-11-25scsi: Return SAM status codesHannes Reinecke2-14/+16
2010-11-25scsi: Increase the number of possible devicesHannes Reinecke3-3/+4
2010-11-24block: Remove unused s->hd in various driversKevin Wolf5-6/+0
2010-11-24qemu and qemu-xen: support empty write barriers in xen_diskStefano Stabellini1-2/+10
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity6-77/+27
2010-11-24block migration: do not submit multiple AIOs for same sector (v2)Marcelo Tosatti1-9/+5
2010-11-24Implement drive_del to decouple block removal from device removalRyan Harper3-0/+58
2010-11-24scsi-disk: Move active request assertsStefan Hajnoczi1-6/+6
2010-11-24virtio: fix up VQ checksMichael S. Tsirkin1-11/+16
2010-11-24virtio: Convert fprintf() to error_report()Stefan Hajnoczi1-17/+18
2010-11-24pci: fix bus walk under secondary bus resetMichael S. Tsirkin1-13/+24