aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-22virtio-9p: Security model for create/open2Venkateswararao Jujjuri (JV)3-8/+61
2010-06-22virtio-9p: Implemented Security model for lstat and fstatVenkateswararao Jujjuri (JV)1-4/+58
2010-06-22virtio-9p: Security model for chownVenkateswararao Jujjuri (JV)3-5/+15
2010-06-22virtio-9p: Security model for chmodVenkateswararao Jujjuri (JV)3-6/+12
2010-06-22virtio-9p: Make infrastructure for the new security model.Venkateswararao Jujjuri (JV)8-52/+113
2010-06-22virtio-9p: Introduces an option to specify the security model.Venkateswararao Jujjuri (JV)6-8/+50
2010-06-22virtio-9p: Rearrange fileop structuresVenkateswararao Jujjuri (JV)2-139/+138
2010-06-22Flush the debug message out to the log file.Venkateswararao Jujjuri (JV)1-0/+2
2010-06-22give some useful error messages when tap openMichael Tokarev1-3/+5
2010-06-22Extra scan codes for missing keysBernhard M. Wiedemann1-1/+6
2010-06-22qcow2: Don't try to check tables that couldn't be loadedKevin Wolf1-0/+1
2010-06-22qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf1-3/+11
2010-06-22virtio-blk: fix the list operation in virtio_blk_load().Yoshiaki Tamura1-1/+1
2010-06-22qemu-io: check registered fds in command_loop()MORITA Kazutaka1-3/+30
2010-06-22vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-4/+5
2010-06-22vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-5/+5
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf4-41/+40
2010-06-22qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-8/+10
2010-06-22cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-9/+11
2010-06-22block: Add bdrv_(p)write_syncKevin Wolf2-0/+41
2010-06-22monitor: allow device to be ejected if no disk is insertedEduardo Habkost1-12/+10
2010-06-22block: fix physical_block_size calculationChristoph Hellwig1-1/+3
2010-06-22scsi-bus: Add MAINTENANCE_IN and MAINTENANCE_OUT SCSIRequest xfer and mode as...Nicholas Bellinger2-0/+12
2010-06-22scsi-bus: Add PERSISTENT_RESERVE_OUT SCSIRequest->cmd.mode setupNicholas Bellinger1-0/+1
2010-06-20Update OpenBIOS imagesBlue Swirl4-1/+1
2010-06-19apic: qdev conversion cleanupBlue Swirl5-63/+82
2010-06-19apic: convert to qdevBlue Swirl2-29/+61
2010-06-19apic: avoid using CPUState internalsBlue Swirl5-39/+77
2010-06-19apic: avoid passing CPUState from CPU codeBlue Swirl5-42/+36
2010-06-19apic: avoid passing CPUState from devicesBlue Swirl3-25/+25
2010-06-19ioapic: convert to qdevBlue Swirl4-19/+51
2010-06-17ioapic: unexport ioapic_set_irqBlue Swirl2-2/+1
2010-06-16Usermode exec-stack fixPaul Brook4-0/+14
2010-06-16Strace mprotect flags.Paul Brook2-0/+9
2010-06-16GDB exit status for semihostingPaul Brook4-15/+23
2010-06-16cris: Move sign extension.Edgar E. Iglesias1-13/+13
2010-06-16cris: Centralize fetchingEdgar E. Iglesias1-22/+44
2010-06-16cris: Make the CRISv32 insn decoders return signed int.Edgar E. Iglesias1-86/+86
2010-06-16tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson8-36/+193
2010-06-16Fix comparison which always returned falseStefan Weil1-2/+4
2010-06-15xen: Fix build error due to missing includeJan Kiszka1-0/+1
2010-06-15block: fix a warning and possible truncationBlue Swirl1-1/+2
2010-06-15Correct definitions for FD_CMD_SAVE and FD_CMD_RESTOREJes Sorensen1-2/+2
2010-06-15blockdev: Give drives internal linkageMarkus Armbruster2-3/+1
2010-06-15block: Decouple savevm from DriveInfoMarkus Armbruster1-22/+18
2010-06-15block: New bdrv_next()Markus Armbruster2-0/+9
2010-06-15monitor: Make "commit FOO" complain when FOO doesn't existMarkus Armbruster1-2/+4
2010-06-15block: Decouple block device "commit all" from DriveInfoMarkus Armbruster4-14/+19
2010-06-15block: Move error actions from DriveInfo to BlockDriverStateMarkus Armbruster8-29/+26
2010-06-15cow: use qemu block APIChristoph Hellwig1-26/+13