summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcountKevin Wolf2013-04-051-6/+8
| * | qcow2: Return real error in qcow2_update_snapshot_refcountKevin Wolf2013-04-051-6/+5
| * | block: clean up I/O throttling wait_time codeStefan Hajnoczi2013-04-051-3/+3
| * | block: drop duplicated slice extension codeStefan Hajnoczi2013-04-051-4/+1
| * | block: keep I/O throttling slice time constantStefan Hajnoczi2013-04-053-12/+9
| * | block: fix I/O throttling accounting blind spotStefan Hajnoczi2013-04-052-12/+11
| * | usb-storage: Forward serial number to scsi-diskKevin Wolf2013-04-054-5/+10
| |/
* | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-04-054-89/+44
|\ \ | |/ |/|
| * chardev: drop the Memory chardev driverLuiz Capitulino2013-04-051-64/+0
| * hmp: human-monitor-command: stop using the Memory chardev driverLuiz Capitulino2013-04-051-9/+8
| * Monitor: Make output buffer dynamicLuiz Capitulino2013-04-051-17/+28
| * qstring: add qstring_get_length()Luiz Capitulino2013-04-052-0/+9
|/
* Allow clock_gettime() monotonic clock to be utilized on more OS'sBrad Smith2013-04-042-5/+2
* pc_acpi_init(): don't bail as soon as failing to find default DSDTLaszlo Ersek2013-04-041-16/+17
* Introduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000Laszlo Ersek2013-04-041-1/+3
* extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek2013-04-044-6/+4
* like acpi_table_install(), acpi_table_add() should propagate ErrorsLaszlo Ersek2013-04-044-12/+16
* acpi_table_add(): extract and reimplement internalsLaszlo Ersek2013-04-041-121/+163
* acpi_table_add(): accept QemuOpts and parse it with OptsVisitorLaszlo Ersek2013-04-046-63/+98
* qapi schema: add AcpiTableOptionsLaszlo Ersek2013-04-041-0/+58
* acpi_table_add(): report fatal errors through an internal Error objectLaszlo Ersek2013-04-041-14/+19
* change element type from "char" to "unsigned char" in ACPI table dataLaszlo Ersek2013-04-042-9/+10
* strip some whitespaceLaszlo Ersek2013-04-043-6/+6
* ipoctal232: Convert to use chardev properties directlyHans de Goede2013-04-041-29/+14
* qemu-char: Call fe_claim / fe_release when not using qdev chr propertiesHans de Goede2013-04-0412-7/+42
* qemu-char: Add qemu_chr_fe_claim / _release helper functionsHans de Goede2013-04-043-3/+54
* xilinx_axienet: pump events as appropriatePeter Crosthwaite2013-04-041-0/+2
* po: Update German translationKevin Wolf2013-04-041-6/+6
* po/Makefile: Fix dependency for %.moKevin Wolf2013-04-041-1/+1
* help: add docs for missing 'queues' option of tapJason Wang2013-04-032-1/+4
* acpi: initialize s4_val used in s4 shutdownBruce Rogers2013-04-035-5/+6
* target-i386: Check for host features before filter_features_for_kvm()Eduardo Habkost2013-04-031-3/+3
* tpm: Fix several compiler warnings (redefined data types)Stefan Weil2013-04-032-9/+4
* Merge remote-tracking branch 'sstabellini/xen-2013-04-03' into stagingAnthony Liguori2013-04-031-21/+37
|\
| * xen-mapcache: pass the right size argument to test_bitsHanweidong2013-04-031-4/+22
| * xen-mapcache: replace last_address_index with a last_entry pointerStefano Stabellini2013-04-031-18/+16
|/
* Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-04-0214-28/+37
|\
| * chardev: clear O_NONBLOCK on SCM_RIGHTS file descriptorsStefan Hajnoczi2013-04-021-0/+3
| * qemu-socket: set passed fd non-blocking in socket_connect()Stefan Hajnoczi2013-04-021-0/+1
| * net: ensure "socket" backend uses non-blocking fdsStefan Hajnoczi2013-04-021-1/+6
| * oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()Stefan Hajnoczi2013-04-0214-27/+27
* | configure: remove unset variablesPaolo Bonzini2013-04-021-2/+0
* | VMXNET3: initialize rx_ridx to eliminate compile warningWenchao Xia2013-04-021-1/+1
* | qdev: only send deleted event if device was realizedAnthony Liguori2013-04-021-9/+14
* | QOM-ify the TPM supportStefan Berger2013-04-028-59/+413
* | qemu-char: rewrite io_channel_send_all and drop the '_all' suffixAnthony Liguori2013-04-021-16/+20
* | ui/gtk: Set QEMU window iconStefan Weil2013-04-021-0/+13
* | po: add French translationAurelien Jarno2013-04-021-0/+62
* | po: update existing translation filesAurelien Jarno2013-04-023-26/+92
* | po/Makefile: correctly pass QEMU versionAurelien Jarno2013-04-021-1/+1
OpenPOWER on IntegriCloud