]> git.ipfire.org Git - thirdparty/qemu.git/shortlog
thirdparty/qemu.git
2012-01-19  Andreas Färberprep: Use i82378 PCI->ISA bridge for 'prep' machine
2012-01-19  Andreas Färberprep: Add i82378 PCI-to-ISA bridge emulation
2012-01-19  Andreas Färberprep: Add i82374 DMA emulation
2012-01-19  Andreas FärberMAINTAINERS: Add PCI host bridge files to PReP machine
2012-01-19  Andreas Färberprep: qdev'ify Raven host bridge (SysBus)
2012-01-19  Andreas Färberprep_pci: Update I/O to MemoryRegion ops
2012-01-19  Andreas Färberprep_pci: Simplify I/O endianness
2012-01-19  Andreas Färberprep: qdev'ify Raven host bridge (PCIDevice)
2012-01-19  Andreas Färberprep: Use ISA m48t59
2012-01-19  Andreas Färberprep: Fix offset of BIOS MemoryRegion
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v47' into...
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.for...
2012-01-19  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.37' into staging
2012-01-19  Andreas FärberMakefile: Remove generated headers on clean
2012-01-19  Andreas FärberMakefile: Exclude tests/Makefile in unconfigured tree
2012-01-19  Andreas Färberlm32: Fix mixup of uint32 and uint32_t
2012-01-19  Stefan Weiltests: Silence gtester in Makefile
2012-01-19  Andreas Färberqemu-tool: Fix mixup of int64 and int64_t
2012-01-18  Stefan Hajnocziblock: use proper qerrors in qmp_block_resize
2012-01-18  Stefan Hajnocziqerror: restore alphabetical order over qerrors
2012-01-18  Stefan Hajnocziqerror: add check-qerror.sh to verify alphabetical...
2012-01-18  Stefan Weilqmp: Add missing gcc format attribute and fix format...
2012-01-18  Luiz Capitulinoqapi: Convert block_set_io_throttle
2012-01-18  Luiz Capitulinoqapi: Convert change
2012-01-18  Luiz Capitulinoqerror: Extend QERR_DEVICE_ENCRYPTED
2012-01-18  Luiz Capitulinoqapi: Introduce change-vnc-password
2012-01-18  Anthony Liguorimonitor: expose readline state
2012-01-18  Luiz Capitulinoqapi: Convert eject
2012-01-18  Luiz Capitulinoblock: eject_device(): Use error_set()
2012-01-18  Luiz Capitulinoqapi: Convert expire_password
2012-01-18  Luiz Capitulinoqapi: Convert set_password
2012-01-18  Luiz Capitulinovnc: Simplify vnc_display_password()
2012-01-17  Markus Armbrusterqxl: Slot sanity check in qxl_phys2virt() is off by...
2012-01-17  Mark Langsdorfarm: make the number of GIC interrupts configurable
2012-01-17  Peter Maydellhw/lan9118: Add save/load support
2012-01-17  Mark Langsdorfarm: Remove incorrect comment in arm_timer
2012-01-17  Peter Maydellvexpress, realview: Add (dummy) L2 cache controller
2012-01-17  Hans de Goedeusb-redir: Improve some debugging messages
2012-01-17  Hans de Goedeusb-redir: Try to keep our buffer size near the target...
2012-01-17  Hans de Goedeusb-redir: Pre-fill our isoc input buffer before sendin...
2012-01-17  Hans de Goedeusb-redir: Dynamically adjust iso buffering size based...
2012-01-17  Hans de Goedeusb-redir: Clear iso / irq error when stopping the...
2012-01-17  Gerd Hoffmannusb: link packets to endpoints not devices
2012-01-17  Gerd Hoffmannusb: add max_packet_size to USBEndpoint
2012-01-17  Gerd Hoffmannusb/debug: add usb_ep_dump
2012-01-17  Gerd Hoffmannusb-desc: USBEndpoint support
2012-01-17  Gerd Hoffmannusb: add ifnum to USBEndpoint
2012-01-17  Gerd Hoffmannusb: add USBEndpoint
2012-01-17  Hector Martinxhci: Initial xHCI implementation
2012-01-17  Andrzej Zaborowskipxa2xx_keypad: fix unbalanced parenthesis.
2012-01-17  Evgeny Voevodinhw/arm_boot.c: Make SMP boards specify address to poll...
2012-01-17  Evgeny Voevodinhw/sysbus.h: Increase maximum number of device IRQs.
2012-01-17  Vasily Khoruzhickpxa2xx_keypad: make single automatic scans work
2012-01-17  Vasily Khoruzhickpxa2xx_lcd: fix palette parser
2012-01-15  Jan Kiszkaseabios: Update to release 1.6.3.1
2012-01-15  Jan Kiszkaisapc: Fix segfault during initialization
2012-01-15  Avi Kivitykvm: flush the dirty log when unregistering a slot
2012-01-13  Rob Herringarm: Add dummy support for co-processor 15's secure...
2012-01-13  Peter Maydelltarget-arm: Fix errors in decode of M profile CPS
2012-01-13  Paolo Bonziniprepare for future GPLv2+ relicensing
2012-01-13  Amit Shahvirtio-console: no need to remove char handlers explicitly
2012-01-13  Amit Shahqdev: Add a 'free' method to disassociate chardev from...
2012-01-13  Paolo Bonzinivectorize is_dup_page
2012-01-13  Paolo Bonzinivirtio-blk: refuse SG_IO requests with scsi=off
2012-01-13  Paolo Bonzinivmstate: extract declarations out of hw/hw.h
2012-01-13  Paolo Bonziniptimer: move declarations to ptimer.h
2012-01-13  Paolo Bonzinirtc: clear non-PF bits when reinjecting on ack
2012-01-13  Paolo Bonzinirtc: raise PF bit when the periodic timer triggers...
2012-01-13  Paolo Bonzinirtc: raise AF bit when the alarm is encountered but...
2012-01-13  Paolo Bonzinirtc: fix 12-hour mode
2012-01-13  Anthony Liguoriqdev: fix device_del by refactoring reference counting
2012-01-13  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-01-13  Aurelien Jarnotarget-i386: fix compilation with --enable-debug-tcg
2012-01-13  Stefan Hajnoczibt-host: add missing break statement
2012-01-13  Stefan Weilvirtfs-proxy-helper: Add missing printf format attribute
2012-01-13  Stefan Weilvirtfs-proxy-helper: Clean include files
2012-01-13  Stefan Weilvirtfs-proxy-helper: Fix compilation on newer systems
2012-01-13  Stefan Bergerhmp: Fix freeing of PciInfoList
2012-01-13  Stefan WeilAdd 'fall through' comments to case statements without...
2012-01-13  Stefan Hajnocziomap_dss: correct chip[1] index in RFBI_READ/RFBI_STATUS
2012-01-13  Stefan Hajnoczivnc: fix no-lock-key-sync strncmp() length
2012-01-13  Stefan Hajnoczivvfat: avoid leaking file descriptor in commit_one_file()
2012-01-13  Stefan WeilSpelling fixes in comments and documentation
2012-01-13  Aurelien Jarnotcg-arm: fix a typo in comments
2012-01-13  Stefan Weilconfigure: Modify detection of supported warning options
2012-01-13  Edgar E. Iglesiascris: Update paths to match the move of tests/cris
2012-01-13  H. Peter Anvinusb: add audio device model
2012-01-13  Gerd Hoffmannusb-desc: audio endpoint support
2012-01-13  Gerd Hoffmannusb: track altsetting in USBDevice
2012-01-13  Gerd Hoffmannusb: track configuration and interface count in USBDevice.
2012-01-13  Gerd Hoffmannusb-host: rip out legacy procfs support
2012-01-12  Anthony Liguoricheck-qstring: remove check.h include
2012-01-12  Stefan HajnocziMAINTAINERS: update tracing repo git URL
2012-01-12  BenjaminSupport for UDP unicast network backend
2012-01-12  Lai Jiangshancleanup, save a syscall
2012-01-12  Lai Jiangshancleanup, Remove duplicated code
2012-01-12  Anthony Liguoritest: eliminate libcheck tests and have make check...
2012-01-12  Anthony Liguoricheck-qjson: enable disabled tests
next