summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-301-0/+1
* net: move net-checksum.c under net/Mark McLoughlin2009-10-303-0/+3
* virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin2009-10-271-2/+21
* Enable UFO on virtio-net and tap devicesSridhar Samudrala2009-10-271-2/+9
* Work around dhclient brokennessAnthony Liguori2009-10-271-0/+29
* virtio-net: enable tap offload if guest supports itMark McLoughlin2009-10-271-0/+18
* virtio-net: add vnet_hdr supportMark McLoughlin2009-10-271-7/+44
* net: add receive_raw parameter to qemu_new_vlan_client()Mark McLoughlin2009-10-276-6/+6
* net: add a client type codeMark McLoughlin2009-10-276-6/+12
* monitor: Convert do_pci_device_hot_remove() to QObjectLuiz Capitulino2009-10-271-1/+2
* lsi_scsi: port to vmstateJuan Quintela2009-10-271-159/+83
* vmstate: Add VMSTATE_BUFFER_UNSAFEJuan Quintela2009-10-271-0/+9
* vmware_vga: port to vmstateJuan Quintela2009-10-271-72/+43
* vmware_vga: the support to change dinamically depth is not thereJuan Quintela2009-10-271-1/+1
* vmware_vga: scratch is really an array of uint32_tJuan Quintela2009-10-271-2/+8
* vmware_vga: remove !EMBED_STDVGA codeJuan Quintela2009-10-271-25/+0
* vmware_vga: qemu_malloc() returns void *Juan Quintela2009-10-271-1/+1
* vmware_vga: Remove uselss casts from void *Juan Quintela2009-10-271-16/+16
* vmware_vga: Pass pci_vmsga_state_t arg no VGACommonStateJuan Quintela2009-10-271-1/+1
* vga: remove unused vga_common_save/loadJuan Quintela2009-10-272-12/+0
* vga: port vga-pci to vmstateJuan Quintela2009-10-271-23/+11
* vga: port vmware std vga to vmstateJuan Quintela2009-10-271-1/+1
* vga: port vga-isa to vmstateJuan Quintela2009-10-271-1/+1
* vga: port vga-isa-mm to vmstateJuan Quintela2009-10-271-1/+1
* vga: port vga_common_save/load to vmstateJuan Quintela2009-10-272-80/+55
* vga: create is_vbe_vmstate fieldJuan Quintela2009-10-272-7/+11
* e1000: port to vmstateJuan Quintela2009-10-271-163/+81
* e1000: unfold mac_regarraystosave arrayJuan Quintela2009-10-271-16/+14
* e1000: unfold mac_reg_tosave arrayJuan Quintela2009-10-271-13/+74
* ne2000: port to vmstateJuan Quintela2009-10-273-88/+50
* pcnet: port to vmstateJuan Quintela2009-10-273-72/+40
* eepro100: port to vmstateJuan Quintela2009-10-271-134/+60
* eeprom93xx: port to vmstateJuan Quintela2009-10-271-53/+49
* rtl8139: port to vmstateJuan Quintela2009-10-271-216/+85
* rtl8139: port TallyCounters to vmstateJuan Quintela2009-10-271-26/+24
* vmstate: Introduce the concept of sub-arraysJuan Quintela2009-10-271-0/+19
* vmstate: Add VMSTATE_MACADDR for the new typeJuan Quintela2009-10-271-0/+12
* vmstate: Add VMSTATE_BUFFER_UNUSEDJuan Quintela2009-10-271-0/+18
* vmstate: Add version arg to VMSTATE_SINGLE_TEST()Juan Quintela2009-10-271-11/+6
* vmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with uint16 indexes)Juan Quintela2009-10-271-1/+12
* vmstate: Unfold VMSTATE_INT32_VARRAY() only use and remove itJuan Quintela2009-10-272-7/+1
* vmstate: factor VMSTATE_*BUFFER* definitionsJuan Quintela2009-10-271-33/+14
* vmstate: factor vmstate_offset_bufferJuan Quintela2009-10-271-6/+7
* vmstate: factor vmstate_offset_arrayJuan Quintela2009-10-271-10/+9
* vmstate: factor vmstate_offset_pointerJuan Quintela2009-10-271-2/+5
* vmstate: factor vmstate_offset_valueJuan Quintela2009-10-271-18/+13
* vmstate: fix indentationJuan Quintela2009-10-271-6/+6
* vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32Juan Quintela2009-10-272-5/+5
* vmstate: add VMSTATE_UINT16_EQUAL[_V]Juan Quintela2009-10-271-0/+7
* serial: use post_load version_id field and remove pre_load functionJuan Quintela2009-10-271-8/+3
OpenPOWER on IntegriCloud