summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/xen
AgeCommit message (Collapse)AuthorFilesLines
2008-04-146681272 Need method of detecting presence and revision of Solaris HVM PV driversrab4-0/+23
6687668 Solaris HVM panics on linux dom0
2008-04-146639790 need Solaris PV-on-HVM migration supportsmaybe2-1/+10
2008-04-116683894 grant tables and free list don't have the same number of entriesgarypen1-4/+11
2008-03-29PSARC/2007/664 Paravirtualized Drivers for Fully Virtualized xVM Domainsedp5-231/+644
6641399 Solaris should provide a PV disk driver for xVM HVM environments 6671659 xdf_open() is too restrictive with the O_EXCL/FEXCL flag 6677579 on DEBUG kernel the cmdk driver should sanity check its input
2008-03-276650717 3.2: hat_devload() of Xen heap pages panics domainsjohnlev1-2/+3
2008-03-116650301 dom0 panics given bad domU device configurationjohnlev3-8/+24
6672440 xdb protocol message is too chatty
2008-03-036602031 move xVM to xen 3.1rab29-337/+1159
6637636 HVM domU live migration support 6663166 xdb needs to sanity check nr_segments
2008-02-086627690 xnf shouldn't re-implement macro functionality from ring.h (fix lint)schuster1-1/+2
2008-02-086627690 xnf shouldn't re-implement macro functionality from ring.hschuster3-49/+33
6658272 xnb needs a kstat when tx response is not OK
2008-01-256652135 xvm services get enabled in a domUmrj1-9/+9
2008-01-24PSARC 2007/429 Brussels - enhanced network driver configuration via dladmsowmini1-3/+6
6565373 driver ndd parameter behavior does not match the ieee802.3(5) man page. 6598690 need support for 'dladm show-ether' subcommand. 6619126 ndd abuse in network (Layer 2) drivers 6621285 bge_setup_params_kstat is dead code
2008-01-23PSARC/2006/499 Clearview Nemo unification and vanity namingyz1470642-6/+12
PSARC/2007/527 Addendum for Clearview Vanity Naming and Nemo Unification PSARC/2008/002 Clearview UV Updates 6310766 vlan statistics get reset at unplumb time 6320515 dladm commands with "-R" option should not take effect immediately 6433732 Simplify the GLDv3 control path by making its processing asynchronous 6445912 dladm show-link fails to show a specific link in the debug version 6452413 dladm show-link doesn't show VLAN links for GLDv2 drivers 6504433 libwladm's use of wladm_wlresult2status() needs an overhaul 6504507 dladm set-linkprop failure message is unclear 6534289 DR should work with aggregations 6535719 dladm_aggr_port_attr_db_t`lp_devname should be MAXNAMELEN, not MAXNAMELEN + 1 6539634 GLDv3 should DL_ERROR_ACK a DL_UDQOS_REQ with DL_OUTSTATE when the stream is DL_UNATTACHED 6540246 libdladm should not guess zoneid from DLDIOCZIDGET ioctl errno 6544195 dladm show-dev assumes GLDv3 stats.. incompatible with GLDv2 6563295 dladm show-linkprop -P does not work properly for unavailable links 6577618 integrate network vanity naming and nemo unification 6600446 links assigned to a local zone are still aggregatable by global zone 6607572 "boot net - install" can trigger assertion failure in dld_str_attach() 6613956 "svccfg import -" does not work as bfu expects 6637596 invalid assertion in ip_soft_ring_assignment() 6642350 kernel DLPI processing routines are long overdue 6643338 GLDv3 PPA hack VLAN ID checks don't always work 6647203 bfu: smf_delete_manifest() does not work for non-global zones 6649885 DL_IB GLDv3 mactype plugin must fill in its mtr_nativetype 6650395 libuuid should be lint-clean and linted nightly --HG-- rename : usr/src/cmd/dladm/aggregation.conf => deleted_files/usr/src/cmd/dladm/aggregation.conf rename : usr/src/cmd/dladm/linkprop.conf => deleted_files/usr/src/cmd/dladm/linkprop.conf rename : usr/src/lib/libinetcfg/common/inetcfg_nic.c => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.c rename : usr/src/lib/libinetcfg/common/inetcfg_nic.h => deleted_files/usr/src/lib/libinetcfg/common/inetcfg_nic.h
2007-12-21PSARC 2007/664 Paravirtualized Drivers for Fully Virtualized xVM Domainsmrj23-1056/+3168
6525093 xnb/xnf should use hypervisor based copy for xnb->xnf data path 6608917 members of struct xnf and xnb need unique names 6609324 deadlock trying to own the HAT migrate lock 6609805 still missing XPV_DISALLOW_MIGRATE/XPV_ALLOW_MIGRATE bracketing in hat_i86.c 6616384 xnb's grant ref unmapping is inefficient 6619947 Solaris should provide a PV network driver for xVM HVM environments 6632774 panic setting up xen console --HG-- rename : usr/src/uts/i86xpv/os/gnttab.c => usr/src/uts/common/xen/os/gnttab.c rename : usr/src/uts/i86xpv/os/hypercall.c => usr/src/uts/common/xen/os/hypercall.c rename : usr/src/uts/i86xpv/sys/gnttab.h => usr/src/uts/common/xen/sys/gnttab.h rename : usr/src/uts/i86xpv/ml/hypersubr.s => usr/src/uts/intel/ia32/ml/hypersubr.s rename : usr/src/uts/i86xpv/sys/hypervisor.h => usr/src/uts/intel/sys/hypervisor.h rename : usr/src/uts/i86xpv/sys/xen_errno.h => usr/src/uts/intel/sys/xen_errno.h
2007-12-20PSARC 2007/646 Nemo MAC client updatesyz1470641-9/+1
6516337 mac_open() shouldn't require an instance argument 6600940 dl_txloop field in dls_link_t not needed 6604687 snoop is not working on trunked interfaces with vlans 6615598 vnic_info() returns wrong error code even when it finds the right VNIC
2007-12-176605128 vnic_dev_delete() and vnic_notify_cb() deadlock over vnic_lock and ↵dme2-2/+14
mi_notify_lock 6615202 vnic: WARNING: vnic_dev_create failed with 17 6633784 checksum offload with Linux dom0 produces invalid checksum
2007-12-076629832 xnbu incorrectly uses checksum offload flagsdme1-1/+1
6634227 vnic creation should fail for invalid ethernet addresses 6634698 vnic minor_perm and device_policy entries are absent
2007-11-276634322 xdf doesn't properly handle lack of barrier featuremrj1-3/+4
Contributed by Juergen Keil (jk@tools.de)
2007-11-266632880 intermittent EIO errors from xvm xdf drivermrj1-1/+3
Contributed by Juergen Keil (jk@tools.de)
2007-10-306566429 xdf should respect NDELAY in xdf_open()cz1471011-6/+11
6613914 memory leak occurs in xdf when handling flush-disk-cache op 6613915 assertion failed: pdp->xd_evtchn != 0
2007-10-246612324 ::threadlist could identify taskq threadsjohnlev2-7/+31
6618391 64-bit xVM lets processes fiddle with kernelspace, but Xen bug saves us 6618395 watches debugging could use some SDT 6618396 i_xvdi_debug is ineffectual
2007-10-156611166 balloon_dec_reservation() should page_unresv() on failurerscott1-0/+6
6611180 balloon_zero_page() should be torched
2007-10-016590353 ancient mtrr crud in i86pc/os/startup.c must diejohnlev4-26/+36
6604314 lock ordering problem can cause deadlock at bootup 6604381 typo in LEVEL_SIZE call in i86pc's hat_share() 6604444 HCK_PARTIALCKSUM packets from dom0 to domU fail checksum test in domU 6605202 domU panics with 'bad mutex' from a freed data structure after 1h of xmstress 6605536 xvdi_ring_has_unconsumed_responses() panic during suspend 6606142 page_numtopp_alloc() uses page_reclaim() incorrectly. 6606864 xm-test vcpu-disable/02_vcpu-set_stress.py fails to adjust vcpus 6609008 shutdown_req_active usage can hang
2007-09-18PSARC 2006/260 Solaris on Xenjohnlev61-0/+24361
PSARC 2007/155 IPv4 Network Configuration Enhancements for Xen Guest Domains 6424124 panic in intr_thread->av_dispatch_autovect->atomic_add_ptr 6496858 mdb could use a memory-based IO backend 6515319 workaround for 6491065 needs to be removed from elfextract.c 6518807 snv_nightly: SUNWcakr pkgck error 6551858 PSARC 2006/260 Solaris on Xen 6584697 Can't boot Xen / Solaris dom0 if root is using ZFS 6593429 usr/src/cmd/devfsadm isn't linting properly 6600359 mdb_kvm_intrframe() is unused 6600750 can remove 'u' workaround from zlib 6601465 /dev/lofictl needs to accept kernel ioctl 6604043 Erronous ASSERT in sdev_vnops.c ASSERT(VTOSDEV(vp)->sdev_attrvp); --HG-- rename : usr/src/common/util/memset.h => deleted_files/usr/src/common/util/memset.h rename : usr/src/uts/common/krtld/mapfile => deleted_files/usr/src/uts/common/krtld/mapfile rename : usr/src/uts/i86pc/boot/boot_keyboard.h => deleted_files/usr/src/uts/i86pc/boot/boot_keyboard.h rename : usr/src/uts/intel/io/i8254.c => usr/src/uts/i86pc/io/microfind.c rename : usr/src/uts/i86pc/cpunex/Makefile => usr/src/uts/intel/cpunex/Makefile rename : usr/src/uts/i86pc/io/cpunex.c => usr/src/uts/intel/io/cpunex.c