aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah1-4/+8
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah1-3/+28
2010-04-28iov: Add iov_to_buf and iov_size helpersAmit Shah3-31/+44
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah6-25/+62
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah1-0/+5
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah1-0/+10
2010-04-28virtio-serial: Update copyright year to 2010Amit Shah3-3/+3
2010-04-28virtio-serial: Remove redundant check for 0-sized write requestAmit Shah1-3/+0
2010-04-28virtio-serial: whitespace: match surrounding codeAmit Shah1-1/+4
2010-04-28virtio-serial: Use control messages to notify guest of new portsAmit Shah3-70/+133
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah1-0/+11
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah1-0/+7
2010-04-28virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah1-2/+16
2010-04-28virtio-serial: save/load: Ensure target has enough portsAmit Shah1-2/+11
2010-04-27microblaze: fix custom fprintfThomas Monjalon1-31/+31
2010-04-27Implement cpu_get_real_ticks for Alpha.Richard Henderson1-0/+13
2010-04-27target-alpha: Implement RPCC.Richard Henderson2-3/+3
2010-04-27target-alpha: Fix load-locked/store-conditional.Richard Henderson5-79/+193
2010-04-27target-alpha: Indicate NORETURN status when raising exception.Richard Henderson1-11/+14
2010-04-27target-alpha: Enable NPTL.Richard Henderson3-12/+20
2010-04-27target-alpha: Update commentary for opcode 0x1A.Richard Henderson1-4/+7
2010-04-27target-alpha: Emit goto_tb opcodes.Richard Henderson1-145/+191
2010-04-27target-alpha: Implement cvtlq inline.Richard Henderson3-9/+22
2010-04-27target-alpha: Implement rs/rc properly.Richard Henderson4-33/+23
2010-04-27target-alpha: Implement cpys{, n, e} inline.Richard Henderson3-26/+75
2010-04-26Merge remote branch 'qmp/for-anthony' into stagingAnthony Liguori7-41/+64
2010-04-26stash away SCM_RIGHTS fd until a getfd command arrivesPaolo Bonzini2-15/+3
2010-04-26chardev: Document mux optionJan Kiszka1-15/+20
2010-04-26monitor: Reorder intialization to drop initial mux focusJan Kiszka1-3/+4
2010-04-26monitor: Cleanup ID assignment for compat switchJan Kiszka1-5/+3
2010-04-26Monitor: Return before exiting with 'quit'Luiz Capitulino3-1/+22
2010-04-26tcg-hppa: Remove automatically implemented opcodes.Richard Henderson2-19/+5
2010-04-26tcg-hppa: Fix branch offset during retranslation.Richard Henderson1-2/+8
2010-04-26tcg-hppa: Schedule the address masking after the TLB load.Richard Henderson1-1/+6
2010-04-26tcg-hppa: Fix softmmu loads and stores.Richard Henderson1-144/+132
2010-04-26tcg-hppa: Fix GUEST_BASE initialization in prologue.Richard Henderson1-10/+10
2010-04-26tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson2-54/+56
2010-04-26linux-user: Fix sparc32plus stat64 syscalls.Richard Henderson1-1/+1
2010-04-26target-sparc: Fix -singlestep.Richard Henderson1-4/+5
2010-04-26QMP: Check "arguments" member's typeLuiz Capitulino1-0/+3
2010-04-26QError: Improve QERR_QMP_BAD_INPUT_OBJECT descLuiz Capitulino1-1/+1
2010-04-26QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBERLuiz Capitulino1-1/+1
2010-04-26QError: New QERR_QMP_BAD_INPUT_OBJECT_MEMBERLuiz Capitulino2-0/+7
2010-04-25sh4: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-04-25ppc: add missing 'break', spotted by clang analyzerBlue Swirl1-0/+1
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl3-8/+10
2010-04-25alpha: add missing 'break', spotted by clang analyzerBlue Swirl1-0/+1
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl2-9/+4
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl2-8/+2
2010-04-25m68k: remove dead assignments, spotted by clang analyzerBlue Swirl1-3/+0