]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2013-04-08 Paolo Bonzinihw: move display devices to hw/display/, configure...
2013-04-08 Paolo Bonzinihw: move audio devices to hw/audio/, configure via...
2013-04-08 Paolo Bonzinihw: move block devices to hw/block/, configure via...
2013-04-08 Paolo Bonzinihw: move NICs to hw/net/, configure via default-configs/
2013-04-08 Paolo Bonzinihw: move MC146818RTC to hw/timer/, configure via defaul...
2013-04-08 Paolo Bonzinihw: move watchdogs to hw/watchdog, configure via defaul...
2013-04-08 Paolo Bonzinihw: make all of hw/pci/ configurable via default-configs/
2013-04-08 Paolo Bonzinihw: make all of hw/usb/ configurable via default-configs/
2013-04-08 Paolo Bonzinihw: make all of hw/ide/ configurable via default-configs/
2013-04-08 Paolo Bonzinihw: move virtio devices to hw/ subdirectories
2013-04-08 Paolo Bonzinihw: move target-independent files to subdirectories
2013-04-08 Paolo Bonzinimoxie: configure with default-configs file
2013-04-08 Paolo Bonzinihw: make subdirectories for devices
2013-04-08 Paolo Bonzinihw: move headers to include/
2013-04-08 Paolo Bonzinibuild: enable using $(CONFIG_FOO) on the rhs of config...
2013-04-06 Blue SwirlMerge branch 'arm-devs.next' of git://git.linaro.org...
2013-04-05 Anthony Liguorimain-loop: drop the BQL if the I/O appears to be spinning
2013-04-05 Paolo Bonziniqemu-char: eliminate busy waiting on can_read returning...
2013-04-05 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-04-05 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2013...
2013-04-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-04-05 Kevin Wolfqcow2: Fix L1 write error handling in qcow2_update_snap...
2013-04-05 Kevin Wolfqcow2: Return real error in qcow2_update_snapshot_refcount
2013-04-05 Stefan Hajnocziblock: clean up I/O throttling wait_time code
2013-04-05 Stefan Hajnocziblock: drop duplicated slice extension code
2013-04-05 Stefan Hajnocziblock: keep I/O throttling slice time constant
2013-04-05 Stefan Hajnocziblock: fix I/O throttling accounting blind spot
2013-04-05 Kevin Wolfusb-storage: Forward serial number to scsi-disk
2013-04-05 Wendy Lianghw/nand.c: Fix nand erase operation
2013-04-05 Peter Crosthwaitecadence_uart: Flush queued characters on reset
2013-04-05 Peter Crosthwaitepl330: Don't inhibit ES bits on INTEN
2013-04-05 Felipe FranciosiAllow xen guests to plug disks of 1 TiB or more
2013-04-05 Felipe FranciosiIntroduce 64 bit integer write interface to xenstore
2013-04-05 Alex BlighXen PV backend: Disable use of O_DIRECT by default...
2013-04-05 Alex BlighXen PV backend: Move call to bdrv_new from blk_init...
2013-04-05 Peter Maydellpflash_cfi01: Implement migration support
2013-04-05 Peter Maydellpflash_cfi01: Drop unused 'bypass' field
2013-04-05 Peter Maydellhw/arm_gic_common: Use vmstate struct rather than save...
2013-04-05 Peter Maydellarm_gic: Fix sizes of state fields in preparation for...
2013-04-05 Peter Maydellvmstate: Add support for two dimensional arrays
2013-04-05 Igor Mitsyankohw/onenand.c: fix migration of dynamically allocated...
2013-04-05 Igor Mitsyankohw/sd.c: fix migration of dynamically allocated buffer...
2013-04-05 Igor Mitsyankovmstate.h: introduce VMSTATE_BUFFER_POINTER_UNSAFE...
2013-04-05 Peter Maydellhw/arm_mptimer: Save the timer state
2013-04-05 Peter Maydellpl050: Don't send always-constant is_mouse field
2013-04-05 Peter Maydellhw/arm/nseries: don't print to stdout or stderr
2013-04-05 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-05 Peter Crosthwaitexilinx_zynq: Cleanup ssi_create_slave
2013-04-05 Peter Crosthwaitepetalogix_ml605_mmu: Cleanup ssi_create_slave()
2013-04-05 Richard Hendersontarget-s390: Fix SRNMT
2013-04-05 Luiz Capitulinochardev: drop the Memory chardev driver
2013-04-05 Luiz Capitulinohmp: human-monitor-command: stop using the Memory chard...
2013-04-05 Luiz CapitulinoMonitor: Make output buffer dynamic
2013-04-05 Luiz Capitulinoqstring: add qstring_get_length()
2013-04-05 Peter Maydelllinux-user: Don't omit comma for strace of rt_sigaction()
2013-04-05 Stefan Bergertest-visitor-serialization: Fix some memory leaks
2013-04-05 Brad SmithAllow clock_gettime() monotonic clock to be utilized...
2013-04-05 Laszlo Ersekpc_acpi_init(): don't bail as soon as failing to find...
2013-04-05 Laszlo ErsekIntroduce IO_APIC_DEFAULT_ADDRESS for 0xfec00000
2013-04-05 Laszlo Ersekextract/unify the constant 0xfee00000 as APIC_DEFAULT_A...
2013-04-05 Laszlo Erseklike acpi_table_install(), acpi_table_add() should...
2013-04-05 Laszlo Ersekacpi_table_add(): extract and reimplement internals
2013-04-05 Laszlo Ersekacpi_table_add(): accept QemuOpts and parse it with...
2013-04-05 Laszlo Ersekqapi schema: add AcpiTableOptions
2013-04-05 Laszlo Ersekacpi_table_add(): report fatal errors through an intern...
2013-04-05 Laszlo Ersekchange element type from "char" to "unsigned char"...
2013-04-05 Laszlo Ersekstrip some whitespace
2013-04-05 Hans de Goedeipoctal232: Convert to use chardev properties directly
2013-04-05 Hans de Goedeqemu-char: Call fe_claim / fe_release when not using...
2013-04-05 Hans de Goedeqemu-char: Add qemu_chr_fe_claim / _release helper...
2013-04-03 Peter Crosthwaitexilinx_axienet: pump events as appropriate
2013-04-03 Kevin Wolfpo: Update German translation
2013-04-03 Kevin Wolfpo/Makefile: Fix dependency for %.mo
2013-04-03 Jason Wanghelp: add docs for missing 'queues' option of tap
2013-04-03 Bruce Rogersacpi: initialize s4_val used in s4 shutdown
2013-04-03 Eduardo Habkosttarget-i386: Check for host features before filter_feat...
2013-04-03 Stefan Weiltpm: Fix several compiler warnings (redefined data...
2013-04-03 Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-2013...
2013-04-03 Hanweidongxen-mapcache: pass the right size argument to test_bits
2013-04-03 Stefano Stabellinixen-mapcache: replace last_address_index with a last_en...
2013-04-02 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-04-02 Paolo Bonziniconfigure: remove unset variables
2013-04-02 Stefan Hajnoczichardev: clear O_NONBLOCK on SCM_RIGHTS file descriptors
2013-04-02 Stefan Hajnocziqemu-socket: set passed fd non-blocking in socket_connect()
2013-04-02 Stefan Hajnoczinet: ensure "socket" backend uses non-blocking fds
2013-04-02 Stefan Hajnoczioslib-posix: rename socket_set_nonblock() to qemu_set_n...
2013-04-02 Wenchao XiaVMXNET3: initialize rx_ridx to eliminate compile warning
2013-04-02 Anthony Liguoriqdev: only send deleted event if device was realized
2013-04-02 Stefan BergerQOM-ify the TPM support
2013-04-02 Anthony Liguoriqemu-char: rewrite io_channel_send_all and drop the...
2013-04-02 Stefan Weilui/gtk: Set QEMU window icon
2013-04-02 Aurelien Jarnopo: add French translation
2013-04-02 Aurelien Jarnopo: update existing translation files
2013-04-02 Aurelien Jarnopo/Makefile: correctly pass QEMU version
2013-04-02 Aurelien Jarnopo/Makefile: simplify
2013-04-02 Aurelien Jarnogtk: make more messages translatable
2013-04-02 Amos Kongappend the terminating '\0' to bootorder string
2013-04-02 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2013-04-02 Edgar E. Iglesiasmicroblaze: Add support for the sleep insn
2013-04-01 Alex Williamsonvfio: cleanup includes
next