OSDN Git Service

qmiga/qemu.git
2009-10-05 Gerd Hoffmanndrive cleanup fixes.
2009-10-05 Gerd Hoffmannpci: windup acpi-based hotplug
2009-10-05 Gerd Hoffmannpci: hotplug windup
2009-10-05 Gerd Hoffmannscsi: hotplug windup
2009-10-05 Gerd Hoffmannusb: hotplug windup
2009-10-05 Gerd Hoffmannqdev hotplug: infrastructure and monitor commands.
2009-10-05 Gerd Hoffmannswitch qemu-config to qemu_error
2009-10-05 Gerd Hoffmannusb: hook unplug into qdev, cleanups + fixes.
2009-10-05 Gerd Hoffmannpci: move unregister from PCIDevice to PCIDeviceInfo
2009-10-05 Gerd Hoffmannpci: use qdev for device destruction.
2009-10-05 Gerd HoffmannImplement scsi device destruction
2009-10-05 Gerd HoffmannAdd exit callback to DeviceInfo.
2009-10-05 Gerd Hoffmannqdev: device free fixups.
2009-10-05 Gerd Hoffmannparallel: convert isa to qdev
2009-10-05 Gerd Hoffmannupdate pc-bios/bios.bin
2009-10-05 Gerd Hoffmannupdate pcbios submodule to current master
2009-10-05 Gerd Hoffmannpiix_pci: kill PIIX3IrqState
2009-10-05 Gerd Hoffmannconvert pci bridge to qdev
2009-10-05 Gerd Hoffmannsupport inplace allocation for pci bus, split irq init.
2009-10-05 Gerd Hoffmannswitch ide bus to inplace allocation.
2009-10-05 Gerd Hoffmannswitch usb bus to inplace allocation.
2009-10-05 Gerd Hoffmannswitch scsi bus to inplace allocation.
2009-10-05 Gerd Hoffmannallow qdev busses allocations be inplace
2009-10-05 Glauber Costatemporary fix for on_vcpu
2009-10-05 Jan Kiszkakvm: Fix guest single-stepping
2009-10-05 Jan Kiszkagdbstub: x86: Switch 64/32 bit registers dynamically
2009-10-05 Jan KiszkaEnable host-clock-based RTC
2009-10-05 Jan KiszkaRefactor RTC command line switches
2009-10-05 Jan KiszkaIntroduce QEMU_CLOCK_HOST
2009-10-05 Jan Kiszkawin32: Drop dead dyntick timer code
2009-10-05 Jan KiszkaRename QEMU_TIMER_* to QEMU_CLOCK_*
2009-10-05 Luiz CapitulinoFix exit on 'pci_add' Monitor command
2009-10-05 Glauber CostaCorrectly free nd structure
2009-10-05 Glauber Costado proper cpu_self check
2009-10-05 Juan Quintelabdf: Remove last users of FALSE/TRUE
2009-10-05 Juan QuintelaAdd -Wold-style-* flags
2009-10-05 Juan Quintelaslirp: It needs to use QEMU_CFLAGS not CFLAGS
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 Quintelax86: port cpu to vmstate
2009-10-05 Juan Quintelavmstate: Add suppot for field_exist() test
2009-10-05 Juan Quintelax86: factor out cpu_get/put_fpreg()
2009-10-05 Juan Quintelax86: factor out cpu_get/put_mttr_var()
2009-10-05 Juan Quintelax86: factor out cpu_get/put_xmm_reg()
2009-10-05 Juan Quintelax86: factor out cpu_pre/post_load()
2009-10-05 Juan Quintelax86: factor out cpu_pre_save()
2009-10-05 Juan Quintelax86: port segments to vmstate
2009-10-05 Juan QuintelaAdd *TL functions to vmstate
2009-10-05 Juan Quintelax86: split MTRRVar union
2009-10-05 Juan Quintelax86: split FPReg union
2009-10-05 Juan Quintelax86: mcg_cap is never 0
2009-10-05 Juan Quintelax86: send mce_banks as an array
2009-10-05 Juan Quintelax86: mce_banks always have the same size
2009-10-05 Juan Quintelax86: add fpregs_format_vmstate
2009-10-05 Juan Quintelax86: add pending_irq_vmstate to the state
2009-10-05 Juan Quintelax86: add fptag_vmstate to the state
2009-10-05 Juan Quintelax86: fpus is uint16_t not unsigned int
2009-10-05 Juan Quintelax86: fpuc is uint16_t not unsigned int
2009-10-05 Juan Quintelax86: make a20_mask int32_t
2009-10-05 Juan Quintelax86: hflags is not modified at all, just save it directly
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 Kevin Wolftarget-i386: Fix exceptions for fxsave/fxrstor
2009-10-04 Aurelien Jarnotcg: allocate s->op_dead_iargs dynamically
2009-10-04 Aurelien Jarnotcg: remove dead code
2009-10-04 Paul Bollebsd-user: fix "#if 0"'d printf()
2009-10-04 Stefan Weileepro100: Add more i825xx devices
2009-10-04 Stefan Weileepro100: Remove unused device status entries
next