]> git.proxmox.com Git - qemu.git/shortlog
qemu.git
2009-10-05 Kevin Wolfeepro100: Don't allow guests to fail assertions
2009-10-05 Kevin Wolfqcow2: Increase maximum cluster size to 2 MB
2009-10-05 Michael S.... qemu/virtio-pci: remove unnecessary check
2009-10-05 Michael S.... qemu: clean up target page usage in msix
2009-10-05 Michael S.... fix comment on cpu_register_physical_memory_offset
2009-10-05 Michael S.... qemu/pci: reset device registers on bus reset
2009-10-05 Michael S.... qemu/pci: refactor code/symbolic constants
2009-10-05 Michael S.... qemu/virtio: fix reset with device removal
2009-10-05 Michael S.... qemu/qdev: type safety in reset handler
2009-10-05 Gerd Hoffmannserial: convert isa to qdev
2009-10-05 Gerd Hoffmannqdev: don't crash on unset drive properties.
2009-10-05 Gerd Hoffmannfloppy: move dma setup + drive connect to fdctrl_init_c...
2009-10-05 Gerd Hoffmannfloppy: add drive properties.
2009-10-05 Gerd Hoffmannstore a pointer to QemuOpts in DeviceState, release...
2009-10-05 Gerd Hoffmannallow if=none for drive_add
2009-10-05 Gerd Hoffmannrefactor drive_hot_add
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
next