Commit Graph

  • 74db920c32 virtio-9p: Create a commandline option -fsdev Gautham R Shenoy 2010-04-29 17:44:43 +05:30
  • a1c5975270 virtio-serial: Fix check for 'assert'; prevent NULL derefs Amit Shah 2010-04-30 16:43:55 +05:30
  • f8778a7785 Fix the RARP protocol ID Stefan Berger 2010-04-24 08:54:07 -04:00
  • d510c5cf34 Fix tiny leak in qemu_opts_parse Jan Kiszka 2010-04-29 18:24:43 +02:00
  • 54eefd72bf lsi: Properly initialize controller state on reset Jan Kiszka 2010-04-30 14:06:13 +02:00
  • 51336214da lsi: Purge request queue on soft reset Jan Kiszka 2010-04-30 14:06:12 +02:00
  • 37905d6ae5 Fix boot once option Alex Williamson 2010-04-30 15:21:11 -06:00
  • 70a4568fe0 vnc: split encoding in specific files Corentin Chary 2010-05-03 14:31:34 +02:00
  • bc47d201d6 vnc: Fix compile error on x86_64 with -D_VNC_DEBUG=1 Corentin Chary 2010-05-03 14:31:18 +02:00
  • 72375c2290 Merge remote branch 'kwolf/for-anthony' into HEAD Anthony Liguori 2010-05-03 07:31:51 -05:00
  • a6dac6a9ab Merge remote branch 'qemu-kvm/uq/master' into HEAD Anthony Liguori 2010-05-03 07:31:37 -05:00
  • d748768c09 block: Release allocated options after bdrv_open Jan Kiszka 2010-04-29 18:24:50 +02:00
  • cc60e327c0 qemu-img rebase: Fix output image corruption Kevin Wolf 2010-04-29 14:47:48 +02:00
  • 294cc35f3d block: Add wr_highest_sector blockstat Kevin Wolf 2010-04-28 14:34:01 +02:00
  • 419b19d9b4 qcow2: Implement bdrv_truncate() for growing images Stefan Hajnoczi 2010-04-28 11:36:11 +01:00
  • 003fad6e2c qcow2: Remove abort on free_clusters failure Kevin Wolf 2010-04-21 11:37:52 +02:00
  • ae6b0ed6d4 qemu-img: Add 'resize' command to grow/shrink disk images Stefan Hajnoczi 2010-04-24 09:12:12 +01:00
  • 51762288b4 block: Cache total_sectors to reduce bdrv_getlength calls Stefan Hajnoczi 2010-04-19 16:56:41 +01:00
  • 4899d10d14 raw-posix: Use pread/pwrite instead of lseek+read/write Stefan Hajnoczi 2010-04-19 13:34:11 +01:00
  • 508e089368 qcow2: Avoid shadowing variable in alloc_clusters_noref() Stefan Hajnoczi 2010-04-17 10:49:07 +01:00
  • 557df6aca2 block: Set backing_hd to NULL after deleting it Stefan Hajnoczi 2010-04-17 10:49:06 +01:00
  • 6511ef7737 vmdk: Convert to bdrv_open Kevin Wolf 2010-04-16 21:27:51 +02:00
  • 9949f97e84 vmdk: Clean up backing file handling Kevin Wolf 2010-04-16 21:07:19 +02:00
  • c336500df5 vmdk: Fix COW Kevin Wolf 2010-04-16 19:28:14 +02:00
  • f2feebbd93 block: bdrv_has_zero_init Kevin Wolf 2010-04-14 17:30:35 +02:00
  • 66f82ceed6 block: Open the underlying image file in generic code Kevin Wolf 2010-04-14 14:17:38 +02:00
  • 5791533251 block: Avoid forward declaration of bdrv_open_common Kevin Wolf 2010-04-14 15:24:50 +02:00
  • b6ce07aa83 block: Split bdrv_open Kevin Wolf 2010-04-12 16:37:13 +02:00
  • 84a12e6648 block: separate raw images from the file protocol Christoph Hellwig 2010-04-07 22:30:24 +02:00
  • ace22f6917 Fix missing '|' in '|=', spotted by clang analyzer Blue Swirl 2010-05-02 18:38:10 +00:00
  • f75ca1ae20 fix old typos in help header Thomas Monjalon 2010-04-28 14:42:01 +02:00
  • 4d0e4ac703 Clean up definition of MAX_OPC_PARAM Stuart Brady 2010-04-27 22:23:35 +01:00
  • 50a480946b cmd646: fix abort due to changed opaque pointer for ioport read Igor V. Kovalenko 2010-04-23 01:54:50 +04:00
  • 70ae65f5d9 cmd646: pass pci_dev as it needs it Igor V. Kovalenko 2010-04-23 01:54:45 +04:00
  • 8369e01ce4 kvm: port qemu-kvm's bitmap scanning Marcelo Tosatti 2010-04-23 14:04:14 -03:00
  • 213acd2ec2 introduce leul_to_cpu Marcelo Tosatti 2010-04-23 14:04:13 -03:00
  • cce83b7d62 vga: fix typo in length passed to kvm_log_stop Marcelo Tosatti 2010-04-23 14:04:11 -03:00
  • 9ed7b059ef virtio-serial: Implement flow control for individual ports Amit Shah 2010-04-27 18:04:11 +05:30
  • a69c760085 virtio-serial: Discard data that guest sends us when ports aren't connected Amit Shah 2010-04-27 18:04:10 +05:30
  • 1e4476aa03 virtio-serial: Apps should consume all data that guest sends out / Fix virtio api abuse Amit Shah 2010-04-27 18:04:09 +05:30
  • e85ba9b2dc virtio-serial: Handle scatter/gather input from the guest Amit Shah 2010-04-27 18:04:08 +05:30
  • e61da14d60 virtio-serial: Handle scatter-gather buffers for control messages Amit Shah 2010-04-27 18:04:07 +05:30
  • fa6111f215 iov: Add iov_to_buf and iov_size helpers Amit Shah 2010-04-27 18:04:06 +05:30
  • e4d5639dbb iov: Introduce a new file for helpers around iovs, add iov_from_buf() Amit Shah 2010-04-27 18:04:05 +05:30
  • 3ecb45f893 virtio-serial: Send out guest data to ports only if port is opened Amit Shah 2010-04-27 18:04:04 +05:30
  • 4048c7c321 virtio-serial: Propagate errors in initialising ports / devices in guest Amit Shah 2010-04-27 18:04:03 +05:30
  • 71c092e92b virtio-serial: Update copyright year to 2010 Amit Shah 2010-04-27 18:04:02 +05:30
  • e30f328c74 virtio-serial: Remove redundant check for 0-sized write request Amit Shah 2010-04-27 18:04:01 +05:30
  • 306eb457fd virtio-serial: whitespace: match surrounding code Amit Shah 2010-04-27 18:04:00 +05:30
  • 055b889f94 virtio-serial: Use control messages to notify guest of new ports Amit Shah 2010-04-27 18:03:59 +05:30
  • 31abe21f4f virtio-serial: save/load: Send target host connection status if different Amit Shah 2010-04-27 18:03:58 +05:30
  • 16af2e3c35 virtio-serial: save/load: Ensure we have hot-plugged ports instantiated Amit Shah 2010-04-27 18:03:57 +05:30
  • 295587f747 virtio-serial: save/load: Ensure nr_ports on src and dest are same. Amit Shah 2010-04-27 18:03:56 +05:30
  • e245795b50 virtio-serial: save/load: Ensure target has enough ports Amit Shah 2010-04-27 18:03:55 +05:30
  • aacf456387 microblaze: fix custom fprintf Thomas Monjalon 2010-04-27 15:27:09 +02:00
  • 14a6063a91 Implement cpu_get_real_ticks for Alpha. Richard Henderson 2010-04-12 16:19:26 -07:00
  • 18f8e2c08b target-alpha: Implement RPCC. Richard Henderson 2010-04-12 16:18:43 -07:00
  • 6910b8f66a target-alpha: Fix load-locked/store-conditional. Richard Henderson 2010-04-07 15:42:26 -07:00
  • 8aa3fa2038 target-alpha: Indicate NORETURN status when raising exception. Richard Henderson 2010-04-07 13:32:50 -07:00
  • a4b388ff51 target-alpha: Enable NPTL. Richard Henderson 2010-04-12 16:17:22 -07:00
  • 49563a7274 target-alpha: Update commentary for opcode 0x1A. Richard Henderson 2010-03-29 10:48:14 -07:00
  • 4af7037462 target-alpha: Emit goto_tb opcodes. Richard Henderson 2010-03-16 15:10:49 -07:00
  • 593f17e5f2 target-alpha: Implement cvtlq inline. Richard Henderson 2010-04-07 10:17:24 -07:00
  • ac316ca4b7 target-alpha: Implement rs/rc properly. Richard Henderson 2010-04-12 16:14:54 -07:00
  • dc96be4b97 target-alpha: Implement cpys{, n, e} inline. Richard Henderson 2010-04-12 16:12:20 -07:00
  • caa972256d Merge remote branch 'qmp/for-anthony' into staging Anthony Liguori 2010-04-26 15:10:14 -05:00
  • e53f27b9d9 stash away SCM_RIGHTS fd until a getfd command arrives Paolo Bonzini 2010-04-16 17:25:23 +02:00
  • 97331287ed chardev: Document mux option Jan Kiszka 2010-04-06 16:55:54 +02:00
  • 157b931987 monitor: Reorder intialization to drop initial mux focus Jan Kiszka 2010-04-06 16:55:53 +02:00
  • 140e065d72 monitor: Cleanup ID assignment for compat switch Jan Kiszka 2010-04-06 16:55:52 +02:00
  • 0e8d2b5575 Monitor: Return before exiting with 'quit' Luiz Capitulino 2010-04-06 18:55:54 -03:00
  • 70ec48ef55 tcg-hppa: Remove automatically implemented opcodes. Richard Henderson 2010-04-10 22:22:28 +02:00
  • 2d097a83e2 tcg-hppa: Fix branch offset during retranslation. Richard Henderson 2010-04-09 21:49:00 +02:00
  • 739734cb5c tcg-hppa: Schedule the address masking after the TLB load. Richard Henderson 2010-04-09 10:49:10 -07:00
  • f061b40e91 tcg-hppa: Fix softmmu loads and stores. Richard Henderson 2010-04-09 10:48:02 -07:00
  • 884d348b7b tcg-hppa: Fix GUEST_BASE initialization in prologue. Richard Henderson 2010-04-09 10:46:40 -07:00
  • 0085bd5161 tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32. Richard Henderson 2010-04-09 10:45:49 -07:00
  • ed18c5ce1d linux-user: Fix sparc32plus stat64 syscalls. Richard Henderson 2010-04-26 10:27:22 -07:00
  • 060718c194 target-sparc: Fix -singlestep. Richard Henderson 2010-04-26 10:17:24 -07:00
  • 6164e6d6e8 kvm_init_vcpu requires global lock held Marcelo Tosatti 2010-03-23 13:37:13 -03:00
  • 204204308b kvm: allow qemu to set EPT identity mapping address Sheng Yang 2010-03-23 13:37:12 -03:00
  • 7c80eef899 kvm: handle internal error Marcelo Tosatti 2010-03-23 13:37:11 -03:00
  • b5e5a93417 target-i386: print EFER in cpu_dump_state Marcelo Tosatti 2010-03-23 13:37:10 -03:00
  • ff44f1a373 KVM: x86: Add debug register saving and restoring Jan Kiszka 2010-03-12 15:20:49 +01:00
  • 04f8c053cc QMP: Check "arguments" member's type Luiz Capitulino 2010-04-06 16:39:42 -03:00
  • abaf2f5271 QError: Improve QERR_QMP_BAD_INPUT_OBJECT desc Luiz Capitulino 2010-04-07 14:53:49 -03:00
  • 88f7db8462 QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBER Luiz Capitulino 2010-04-07 14:49:37 -03:00
  • 7dfb61238a QError: New QERR_QMP_BAD_INPUT_OBJECT_MEMBER Luiz Capitulino 2010-04-07 14:46:33 -03:00
  • a303f9e37b sh4: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 20:42:43 +00:00
  • 9fad3eb7fa ppc: add missing 'break', spotted by clang analyzer Blue Swirl 2010-04-25 20:33:43 +00:00
  • 05f92404cd ppc: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 20:32:49 +00:00
  • b2c58871c9 alpha: add missing 'break', spotted by clang analyzer Blue Swirl 2010-04-25 20:31:42 +00:00
  • f88fe4e370 alpha: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 20:30:17 +00:00
  • 183aa45407 microblaze: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 20:00:33 +00:00
  • 37ca43a141 m68k: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 19:50:51 +00:00
  • 0d84be5bd0 cris: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 19:46:46 +00:00
  • 22ed1d3478 arm: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 19:31:06 +00:00
  • 7f5b7d3e2c x86: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 18:58:25 +00:00
  • 9678d9501b Remove dead assignments in various common files, spotted by clang analyzer Blue Swirl 2010-04-25 18:35:52 +00:00
  • d4c4e6fdc7 usb: remove dead assignments, spotted by clang analyzer Blue Swirl 2010-04-25 18:23:04 +00:00