Age | Commit message (Expand) | Author | Files | Lines |
2013-06-18 | scsi-generic: check the return value of bdrv_aio_ioctl in execute_command | Pavel Hrdina | 1 | -0/+3 |
2013-06-18 | scsi-generic: fix sign extension of READ CAPACITY(10) data | Paolo Bonzini | 1 | -2/+3 |
2013-06-18 | scsi: reset cdrom tray statuses on scsi_disk_reset | Pavel Hrdina | 1 | -0/+3 |
2013-06-18 | nbd: strip braces from literal IPv6 address in URI | Ján Tomko | 1 | -1/+10 |
2013-06-18 | qemu-socket: allow hostnames starting with a digit | Ján Tomko | 1 | -9/+4 |
2013-06-18 | intc/xilinx_intc: Dont lower IRQ when HIE cleared | Peter Crosthwaite | 1 | -5/+0 |
2013-06-18 | intc/xilinx_intc: Inhibit write to ISR when HIE | Peter Crosthwaite | 1 | -0/+5 |
2013-06-18 | intc/xilinx_intc: Handle level interrupt retriggering | Peter Crosthwaite | 1 | -1/+15 |
2013-06-18 | intc/xilinx_intc: Don't clear level sens. IRQs without ACK | Peter Crosthwaite | 1 | -7/+1 |
2013-06-18 | microblaze/petalogix_s3adsp1800_mmu: Fix UART IRQ | Peter Crosthwaite | 1 | -1/+1 |
2013-06-17 | Merge remote-tracking branch 'luiz/queue/qmp' into staging | Anthony Liguori | 10 | -16/+25 |
2013-06-17 | Merge remote-tracking branch 'kwolf/for-anthony' into staging | Anthony Liguori | 9 | -19/+1641 |
2013-06-17 | Merge remote-tracking branch 'rth/fix-ppc64' into staging | Anthony Liguori | 1 | -15/+14 |
2013-06-17 | tcg-ppc64: rotr_i32 rotates wrong amount | Anton Blanchard | 1 | -1/+1 |
2013-06-17 | tcg-ppc64: Fix add2_i64 | Anton Blanchard | 1 | -7/+7 |
2013-06-17 | tcg-ppc64: bswap64 rotates output 32 bits | Anton Blanchard | 1 | -2/+0 |
2013-06-17 | tcg-ppc64: Fix RLDCL opcode | Anton Blanchard | 1 | -5/+6 |
2013-06-17 | vmdk: Allow reading variable size descriptor files | Evgeny Budilovsky | 1 | -7/+20 |
2013-06-17 | NVMe: Initial commit for new storage interface | Keith Busch | 6 | -0/+1604 |
2013-06-17 | curl: Don't set curl options on the handle just before it's going to be deleted. | Richard W.M. Jones | 1 | -2/+0 |
2013-06-17 | vmdk: byteswap VMDK4Header.desc_offset field | Stefan Hajnoczi | 1 | -2/+5 |
2013-06-17 | block/curl.c: Refuse to open the handle for writes. | Richard W.M. Jones | 1 | -0/+6 |
2013-06-17 | sheepdog: support 'qemu-img snapshot -a' | Liu Yuan | 1 | -7/+5 |
2013-06-17 | sheepdog: fix snapshot tag initialization | Liu Yuan | 1 | -1/+1 |
2013-06-17 | qerror: drop QERR_OPEN_FILE_FAILED macro | Luiz Capitulino | 1 | -3/+0 |
2013-06-17 | block: bdrv_reopen_prepare(): don't use QERR_OPEN_FILE_FAILED | Luiz Capitulino | 1 | -2/+2 |
2013-06-17 | savevm: qmp_xen_save_devices_state(): use error_setg_file_open() | Luiz Capitulino | 1 | -1/+1 |
2013-06-17 | dump: qmp_dump_guest_memory(): use error_setg_file_open() | Luiz Capitulino | 1 | -1/+1 |
2013-06-17 | cpus: use error_setg_file_open() | Luiz Capitulino | 1 | -2/+2 |
2013-06-17 | blockdev: use error_setg_file_open() | Luiz Capitulino | 1 | -4/+7 |
2013-06-17 | block: mirror_complete(): use error_setg_file_open() | Luiz Capitulino | 1 | -1/+1 |
2013-06-17 | rng-random: use error_setg_file_open() | Luiz Capitulino | 1 | -2/+1 |
2013-06-17 | error: add error_setg_file_open() helper | Luiz Capitulino | 2 | -0/+10 |
2013-06-17 | Merge remote-tracking branch 'pmaydell/configury.next' into staging | Anthony Liguori | 18 | -159/+87 |
2013-06-17 | Merge remote-tracking branch 'mjt/trivial-patches' into staging | Anthony Liguori | 1 | -1/+1 |
2013-06-17 | char/serial: fix copy&paste error (fifo8_is_full vs empty) | Vladimir Senkov | 1 | -1/+1 |
2013-06-17 | vl: always define no_frame | Michael Tokarev | 1 | -2/+0 |
2013-06-16 | gtk: Fix compiler warning (GTK 3 deprecated function) | Stefan Weil | 1 | -0/+4 |
2013-06-16 | vl: always define no_frame | Michael Tokarev | 1 | -2/+0 |
2013-06-15 | target-i386: fix over 80 chars warnings | liguang | 3 | -22/+39 |
2013-06-15 | target-i386/helper: remove redundant env->eip assignment | liguang | 1 | -1/+1 |
2013-06-15 | target-i386/helper: remove DF macro | liguang | 3 | -7/+5 |
2013-06-15 | target-i386/helper: remove EIP macro | liguang | 5 | -25/+23 |
2013-06-15 | target-i386/helper: remove EDI macro | liguang | 3 | -9/+7 |
2013-06-15 | target-i386/helper: remove ESI macro | liguang | 3 | -9/+7 |
2013-06-15 | target-i386/helper: remove ESP macro | liguang | 4 | -54/+54 |
2013-06-15 | target-i386/helper: remove EBP macro | liguang | 3 | -11/+9 |
2013-06-15 | target-i386/helper: remove EDX macro | liguang | 6 | -30/+28 |
2013-06-15 | target-i386/helper: remove ECX macro | liguang | 6 | -44/+42 |
2013-06-15 | target-i386/helper: remove EBX macro | liguang | 5 | -12/+10 |