]> git.proxmox.com Git - qemu.git/history - hw
Refactor RTC command line switches
[qemu.git] / hw /
2009-10-05 Luiz CapitulinoFix exit on 'pci_add' Monitor command
2009-10-05 Jan Kiszkamusicpal: Add VMState support
2009-10-05 Jan Kiszkamusicpal: Make PIT emulation more robust
2009-10-05 Jan Kiszkamusicpal: True reset support for audio device
2009-10-05 Jan Kiszkamusicpal: True reset support for GPIO
2009-10-05 Jan Kiszkamusicpal: Coding style fixes
2009-10-05 Jan Kiszkamusicpal: Clean up typecasts
2009-10-05 Jan Kiszkamusicpal: Rework GPIO input events
2009-10-05 Jan Kiszkamusicpal: Catch null TX qeueues
2009-10-05 Juan Quintelavmstate: Add suppot for field_exist() test
2009-10-05 Juan QuintelaAdd *TL functions to vmstate
2009-10-05 Juan Quintelavmstate: remove i2c_slave_load/save
2009-10-05 Juan Quintelavmstate: port lm832x device
2009-10-05 Juan Quintelalm832x: make fields to have the same types that they...
2009-10-05 Juan Quintelavmstate: add support for arrays of pointers
2009-10-05 Juan Quintelavmstate: port twl92230 device
2009-10-05 Juan Quintelatwl92230: change pwrbtn_state to uint8_t
2009-10-05 Juan Quintelavmstate: port tmp105 device
2009-10-05 Juan Quintelatmp105: change len and alorm to uint8_t
2009-10-05 Juan Quintelavmstate: create VMSTATE_INT16_ARRAY
2009-10-05 Juan Quintelavmstate: port ssd0303 device
2009-10-05 Juan Quintelavmstate: port pxa2xx_i2c device
2009-10-05 Juan Quintelavmstate: create VMSTATE_STRUCT_POINTER
2009-10-05 Juan Quintelavmstate: port max7310 device
2009-10-05 Juan Quintelavmstate: port wm8750 device
2009-10-05 Juan Quintelavmstate: create VMSTATE_I2C_SLAVE
2009-10-05 Juan Quintelavmstate: add uint8 array
2009-10-05 Juan Quintelavmstate: port i2c_slave device
2009-10-05 Juan Quintelavmstate: port i2c_bus device
2009-10-05 Juan Quintelai2c: addresses are load/save as uint8_t values, change...
2009-10-05 Juan Quintelaqdev: Add support for uint8_t
2009-10-05 Juan Quintelavmstate: Add support for sending partial arrays
2009-10-05 Juan Quintelavmstate: remove ps2_kbd_load_old()
2009-10-05 Juan Quintelavmstate: remove const from pre_save() functions
2009-10-05 Juan Quintelavmstate: add version_id argument to post_load
2009-10-05 Juan Quintelavmstate: remove const for put operations
2009-10-05 Juan Quintelavga: move back dirty_log functions to vga.c
2009-10-05 Juan Quintelacirrus_vga: also assign gr0/1 when writting shadow_gr0/1
2009-10-05 Aurelien JarnoRevert "eepro100: Remove unused device status entries"
2009-10-04 Stefan Weileepro100: Add more i825xx devices
2009-10-04 Stefan Weileepro100: Remove unused device status entries
2009-10-04 Michael S. Tsirkinhw/omap_dma: add matching {} in if 0
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Michael S. Tsirkinescc: fix another coding style nit
2009-09-30 Michael S. Tsirkintwl92230: fix old style increment/decrement usage
2009-09-30 Michael S. Tsirkinomap_dma: fix unbalanced { in commented out code
2009-09-30 Michael S. Tsirkinescc: fix coding style nit
2009-09-26 Stefan Weileepro100: Fix format strings in debug messages
2009-09-26 Stefan Weileepro100: Replace sprintf by snprintf
2009-09-26 Stefan Weileepro100: Remove unused code
2009-09-26 Stefan Weileepro100: Enhanced logging and comments
2009-09-25 Mark McLoughlinFix coding style issue
2009-09-25 Juan Quintelagcc wants 1st static and then const
2009-09-25 Juan Quintelastatic and inline should came before the type of the...
2009-09-25 Juan QuintelaUse proper typedef syntax
2009-09-25 Stefan WeilFix spelling in comment
2009-09-25 Stefan WeilSuppress some variants of English in comments
2009-09-21 Blue SwirlFix Sparse warning about invalid access past the end...
2009-09-21 Blue SwirlFix Sparse warning about obsolete struct initializer
2009-09-21 Blue SwirlAdd 'static' to please Sparse
2009-09-21 Blue SwirlFix Sparse warnings about using plain integer as NULL...
2009-09-20 Blue SwirlCompile ne2000 only once
2009-09-20 Blue Swirlioports: remove unused env parameter and compile only...
2009-09-20 Blue SwirlCompile msix only once
2009-09-20 Blue SwirlCompile loader only once
2009-09-20 Blue SwirlCompile wdt_i6300esb only once
2009-09-19 Blue SwirlPPC: make system bus parent of PCI bus
2009-09-19 Blue SwirlESP: convert to VMState
2009-09-18 malcaudio: use muldiv64 where it makes sense
2009-09-16 Juergen Lockqemu serial: lost tx irqs (affecting FreeBSD's new...
2009-09-15 Aurelien Jarnoescc: fix IRQ routing, broken by 6c319c82223a1766c5d64a...
2009-09-15 Gerd Hoffmannide/isa: convert to qdev.
2009-09-15 Gerd Hoffmannide/pci: convert to qdev.
2009-09-15 Gerd Hoffmannide/pci: fix indention
2009-09-15 Gerd Hoffmannide/qdev: add ide bus.
2009-09-15 Gerd Hoffmannsplit away drive init from ide_init2()
2009-09-15 Gerd Hoffmannqdev/pci: add pci_create_noinit()
2009-09-14 Aurelien Jarnomips malta: ensure that the serial ports are associated...
2009-09-14 Aurelien Jarnohw/serial: don't create a char device if none is specified
2009-09-14 Gerd Hoffmannunbreak ppc/prep
2009-09-14 Blue SwirlAdd an ISA bus version of m48t59
2009-09-14 Daniel JacobowitzFix Linux task preemption on Versatile board
2009-09-14 Edgar E. Iglesiaspflash_cfi01: Correct debug build, no functional changes.
2009-09-14 malcne2000-isa: Do not free memory owned by qdev
2009-09-13 Blue SwirlSparc64: make system bus parent of PCI bus
2009-09-13 Blue Swirlx86: move a declaration to header
2009-09-13 Blue Swirlx86: add 'const'
2009-09-12 Reimar DöffingerMake string arrays used to convert numbers to strings...
2009-09-12 Jan KiszkaFix xen build after sys-queue renaming
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-11 malcaudio: remove lsbindex/popcount in favour of host-utils...
2009-09-11 malcgus: Do not manually free the state, qdev does it for us
2009-09-11 Juan Quintelavmstate: port cirrus_vga device
2009-09-11 Juan Quintelavmstate: port serial device
2009-09-11 Juan Quintelavmstate: port hpet device
2009-09-11 Juan Quintelahpet: it is imposible that qemu_timer field is NULL...
2009-09-11 Juan Quintelavmstate: port ioapic device
2009-09-11 Juan Quintelavmstate: add uint64 array support
2009-09-11 Juan Quintelavmstate: port pckbd device
next